下面的脚本就像一个 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的例子非常受欢迎
谢谢