要顯示的程式碼效果:
<script type="text/javascript">=======================================================
function getValue()
{
var i=0;
i=i+1;
alert(i);
}
test
test
test
</script>
方法:
//下面這段是要顯示的內容
<script type="text/javascript">
function getValue()
{
var i=0;
i=i+1;
alert(i);
}
test
test
test
</script>
//顯示的內容結束
參考文章:
讓文章的程式碼顯示行號
沒有留言:
張貼留言