UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

9 lines (7 loc) 165 B
/*更換表格的頁碼*/ ctrl.nextPage = function(_pn) { ctrl.callHandler("nextPn",_pn); }; ctrl.changePs = function(_ps) { ctrl.callHandler("changePs",_ps); };