眉標=SQL Injection 副標=你的網站在裸奔嗎? 大標=一個SQL Injection實例的啟示 作者=文/李明儒 =========程式========= Dim strUserId strUserId=Request(“UserId”) If (strUserId=”” Or Not IsNumeric(strUserId)) Then Response.Write “UserId參數不正確!” Response.End End If =========程式=========