出力が欲しい:
<input type="text" onclick="alert('\"')" />
しかし、これは機能しません:
Response.Write("<input type=""text"" onclick=""alert('\""')"" />")
それは私に与えます
<input type="text" ')"="" onclick="alert('\">
出力が欲しい:
<input type="text" onclick="alert('\"')" />
しかし、これは機能しません:
Response.Write("<input type=""text"" onclick=""alert('\""')"" />")
それは私に与えます
<input type="text" ')"="" onclick="alert('\">