17 آذر 1402 – 10:41
document.querySelectorAll(‘.copy-btn’).forEach(function(button) {
button.addEventListener(‘click’, function() {
const input = this.parentElement.querySelector(‘.shorturl’);
navigator.clipboard.writeText(input.value);
this.innerText = ‘کپی شد’;
setTimeout(() => {
this.innerText = ‘کپی’;
}, 2000);
});
});
سرمایهگذاری پنج میلیارد دلاری چین در انرژی خورشیدی در امارات
یک شرکت چینی در جریان COP28 از سرمایهگذاری پنج میلیارد دلاری در انرژی خورشیدی در امارات خبر داد. انتظار میرود این پروژه برای بیش از 7000 نفر فرصت شغلی ایجاد کند.
- انرژی خورشیدی
- چین
- امارات
