<?php $currentUrl = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Copy URL</title> <script> function copyUrl() { const url = '<?php echo $currentUrl; ?>'; navigator.clipboard.writeText(url).then(function() { console.log('URL copied to clipboard'); }).catch(function(error) { console.error('Failed to copy the URL: ', error); }); } </script> </head> <body> <button onclick="copyUrl()"><font color="#FF0000">若您使用的是微信小程序,请您点击此按钮粘贴到手机浏览器打开完成支付!</font></button> </body> </html>
ODE助手
123云盘,突破1G流量上载限制
HEU KMS Activator 数字许可证激活工具
微软常用运行库合集(Visual C++)