指动尘飞

宇宙中的一粒微尘随着指尖的敲打勾勒出一条优美的抛物线

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  9 Posts :: 1 Stories :: 1 Comments :: 0 Trackbacks
【4】.with使用:
    document.write("this is easier ");
    document.write("than writing out ");
    document.write("the whole path");
    -->
    with (document)
    {
       write("this is easier ");
       write("than writing out ");
       write("the whole path");
     }
    
posted on 2010-10-20 23:09 单人寸 阅读(85) 评论(0)  编辑  收藏 所属分类: 编程

只有注册用户登录后才能发表评论。


网站导航: