writeln

更新时间:2024-07-25 11:10

writeln,编程语言内输出加换行的语句,语法是document.writeln。

语法:

(1)document.writeln(sText);

(2)writeln(F,S);

参数:

(1)sText:?必选项,字符串(String)。指定写入文档的文本或HTML代码。

(2)F:文件名;S:字符串(String),需要写入的字符串。

返回值:无

说明:

(1)在指定窗口的文档( sText )中写入一个或多个HTML表达式。后跟一个回车。

(2)将S写入到F中。

示例:

在pascal中,writeln代表输出后换行,如“writeln(‘1+1=2’)”表示输出1+1=2之后加enter键。

补充:

writeln( )将在所提供的任何字符串后添加一个换行符。

在 HTML 中,这通常只会在后面产生一个空格,不过如果使用了

 标识,这个换行符会被解释,且在<a href="/czkjst/浏览器/0">浏览器</a>中显示。</p></div><p class="text">在PASCAL中,代表输出并换行,例如writeln;writeln(‘a');writeln(’b');的输出为:</p></div><p class="text">a</p></div><p class="text">b</p></div> 
         
                
                
                </div>
           
    </div>
   
    <div class="czkjst.org protocol-container" wx:if="{{!partialLoad&&loadLemmaComplete===2}}">
        <div bindtap="goToProtocol" class="czkjst.org protocol-item" data-id="0">免责声明</div>
        <div bindtap="goToProtocol" class="czkjst.org protocol-item" data-id="1">隐私政策</div>
        <div bindtap="goToProtocol" class="czkjst.org protocol-item" data-id="2">用户协议</div>
    </div>
</div>


<div class="czkjst.org bottom-bar">
    <div class="czkjst.org border"></div>
    <div class="czkjst.org botton-flex-container">
        <div class="czkjst.org botton-container">
            <button bindtap="shareLemmaMessage" class="czkjst.org btn-botbar-share" openType="share">
                <div class="czkjst.org ico-share"></div>
                <span class="czkjst.org txt-share">分享</span>
            </button>
        </div>
        <div class="czkjst.org botton-container">
            <div bindtap="showCatalog" class="czkjst.org btn-botbar-catalog">
                <div class="czkjst.org ico-catalog"></div>
                <span class="czkjst.org txt-catalog">目录</span>
                22
            </div>
        </div>
    </div>
</div>




<div class="czkjst.org catalog-container fake-catalog">
    <block wx:for="{{lemmaInfo&&lemmaInfo.paragraphs}}" wx:key="unique">
        <block wx:if="{{item.id===-9}}"></block>
        <div class="czkjst.org catalog-tab twonowrap" wx:elif="{{item.level===1}}">
            <span class="czkjst.org catalog-number">
                <block wx:if="{{catalogNumber[index]<=9}}">0</block>{{catalogNumber[index]}}. </span>{{item.title}}</div>
        <div class="czkjst.org catalog-tab2 nowrap {{item.title.length>6?'mini-sub':''}}" wx:elif="{{item.level===2}}">{{item.title}}</div>
    </block>
   
</div>


    </body>
</html>