欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Code: write(s,d) 輸出連續(xù)字符串

 更新時間:2007年08月19日 12:06:52   作者:  
<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>

相關(guān)文章

最新評論