<script type="text/javascript">$(function(){0<=window.navigator.userAgent.toLowerCase().indexOf("ucbrowser")&&CaoNiMaDeUc()})</script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1632085368384154" crossorigin="anonymous"></script><script src="https://autohotkey.top/gtag.js"></script></head> <body> <h1>#CommentFlag</h1> <p>把脚本的注释符号从分号改为其他字符串.</p> <p class="warning"><strong>过时的:</strong> 不推荐在新脚本中使用此指令. 请使用默认的注释标志(分号) 代替.</p> <pre class="Syntax"><span class="func">#CommentFlag</span> NewString</pre> <h2 id="Parameters">参数</h2> <dl> <dt>NewString</dt> <dd><p>用来作为新注释符号的一个或多个字符. 最多可指定 15 个字符.</p></dd> </dl> <h2 id="Remarks">备注</h2> <p>默认的注释符号为分号(;).</p> <p>注释符号用来表示它后面跟着的文本脚本不应该执行(在脚本启动时注释不会被加载到内存中, 所以它们不影响执行的性能).</p> <p>注释符号和命令在同一行时, 只有在注释符号的左边有至少一个空格或 tab 时, 它才会被视为注释符号的标记. 例如:</p> <pre>MsgBox, Test1 <em>; 这是注释.</em> MsgBox, Test2; This is not a comment and will be displayed by MsgBox.</pre> <p>和其他指令一样, #CommentFlag 不能有条件地执行.</p> <h2 id="Related">相关</h2> <p><a href="_EscapeChar.htm">#EscapeChar</a></p> <h2 id="Examples">示例</h2> <div class="ex" id="ExBasic"> <p><a class="ex_number" href="#ExBasic"></a> 改为 C++ 注释风格.</p> <pre>#CommentFlag //</pre> </div> <a href="https://dftg.net">dftg</a><!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "d5a9c4fcb9b6482fa53ce820d892f969"}'></script><!-- Cloudflare Pages Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"rayId":"92c2ea40cfa4f153","version":"2025.3.0","r":1,"serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}},"token":"51750bb5dc4f40cc91a5ec55c63bbc01","b":1}' crossorigin="anonymous"></script> </body> </html>