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