<script type="text/javascript">
<!--
function write(s,d)
{
 d = d || "<br />";
 document.write(s+d);
 return function(s){
 return write(s,d);
 }
}
write("aaa")("bbb")("ccc")("ddd");
write("1",",")("2")("3")("4");
//-->
</script>

以上就是【Code: write(s,d) 输出连续字符串】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论