close
之前寫在一起
Response.Write ("<!--#include file="../oop/fastlist_log.asp" -->")
會被電腦誤判
現在找到新的方法 就是把ASP判斷式抽出來!
<%
if 條件 then
%>
<!--#include file="1.asp"-->
<% else %>
<!--#include file="2.asp"-->
<% end if %>
這樣就解決囉! 真該死 困擾我兩天!
Response.Write ("<!--#include file="../oop/fastlist_log.asp" -->")
會被電腦誤判
現在找到新的方法 就是把ASP判斷式抽出來!
<%
if 條件 then
%>
<!--#include file="1.asp"-->
<% else %>
<!--#include file="2.asp"-->
<% end if %>
這樣就解決囉! 真該死 困擾我兩天!
全站熱搜
留言列表