jsp文件使用import無法導入自建class
請問使用<%@ page="" import="com.po.user">出錯怎么辦
通過eclipse自建了一個user類,位于com.po包下,但是無法再jsp使用以上指令導入該類,
因此也無法創建該類的對象該怎么辦?
請問使用<%@ page="" import="com.po.user">出錯怎么辦
通過eclipse自建了一個user類,位于com.po包下,但是無法再jsp使用以上指令導入該類,
因此也無法創建該類的對象該怎么辦?
2016-10-22
舉報
2016-10-22
page后面沒有 =""