以下のように、document.write メソッド内に unescape 関数を含む JS コードを実行します。
document.write(unescape(''));
しかし、document.write メソッドの使用は許可されていません。document.write を使用せずにこれを実装する方法は?
以下のように、document.write メソッド内に unescape 関数を含む JS コードを実行します。
document.write(unescape(''));
しかし、document.write メソッドの使用は許可されていません。document.write を使用せずにこれを実装する方法は?