汗。。才发现没有jsp
我觉得原因应该是jsp是动态语言 必须依靠web服务器 编译成servlet的java文件 在编译成class文件才能展示
w3c是做Web技术领域的 一开始连php都没有呢 可能接下来会增加吧
我感觉我说的没什么卵用。。。
因为jsp不属于w3c标准范围,jsp的标准由JCP来制定。
http://www.jsptut.com/
http://www.tutorialspoint.com/jsp/
w3s这样说:
JSP
JSP is a server-side technology much like ASP, developed by Sun.
With JSP you can create dynamic web pages by putting Java code inside your HTML pages. The code is executed by the web server before the page is returned to the browser.
Since JSP uses Java, the technology is not restricted to any server-specific platform.
http://www.runoob.com/jsp/jsp-tutorial.html,可以看这个网站~