次のスクリプトは、sharm のように機能します。
<script type="text/javascript">
document.write('<scr'+'ipt type="text/javascript">alert("werwer")</sc'+'ript>');
</script>
しかし、これはそうではありません!なぜ?
<script type="text/javascript">
$.getScript('http://www.geoplugin.net/javascript.gp', function() {
$location = geoplugin_countryName();
if($location == "Canada" || $location == "United States") {
// >>>some code>>>
} else {
document.write('<scr'+'ipt type="text/javascript">alert("werwer")</sc'+'ript>');
}
});
</script>
jsfiddleを使用した例を手伝ってください。大歓迎です
ありがとう