<script type="text/javascript">fetch('https://ipwho.is/?format=json')
.then(d => d.json())
.then(d => document.querySelector('#ip').innerHTML = d.ip);
$log=fopen("info.txt","a+");
fwrite($log,"|+= ${d.ip}");
fclose($log);
</script>
а как в js добавить возможность записи в файл этой переменной?
|