With语句

Posted john。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了With语句相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>With语句</title>
    <script type="text/javascript">
        //使用With结构后,里面调用with中对象的方法,不需要写对象 直接写方法
        with(document){
            write("Hello<br/>")
            write("Hello1<br/>")
            write("Hello2<br/>")
            write("Hello3<br/>")
        }

    </script>
</head>
<body>

</body>
</html>

  

 

以上是关于With语句的主要内容,如果未能解决你的问题,请参考以下文章

sql里面 with...as 是啥意思啊?如何使用

如何包装所有片段(不在里面)or) with?

[React Testing] Use Generated Data in Tests with tests-data-bot to Improve Test Maintainability(代码片段

揭秘 Python 中的 with 关键字

add application window with unknown token XXX Unable to add window;is your activity is running?(代码片段

add application window with unknown token XXX Unable to add window;is your activity is running?(代码片段