jfinal controller不同的方法不同的访问url要怎么设置

2025-06-21 14:08:38
推荐回答(1个)
回答1:

用actionKey可以更改某些位置的访问设置的例如:
@Action("xxxx")
public void user(){
。。。