当前位置: 技术问答>java相关
jsp中如何添加函数?
来源: 互联网 发布时间:2014-12-22
本文导语: | simple,try following : test it : | 添加函数? 是这样子么? ... myFunction(); ... private void myFunction() throws SQLException { ... } ... 直接在页面里写
|
simple,try following :
test it :
test it :
|
添加函数?
是这样子么?
...
myFunction();
...
private void myFunction() throws SQLException
{
...
}
...
直接在页面里写
是这样子么?
...
myFunction();
...
private void myFunction() throws SQLException
{
...
}
...
直接在页面里写