首页 > 编程 > JSP > 正文

jsPatch

2019-11-08 00:18:25
字体:
来源:转载
供稿:网友

想要在之前的代码基础上添加代码, 可以用ORI + 函数名这样调用以前的代码

//oc@implementation PatchTest- (void) buttonAction:(id) sender {//原来的代码   self.title = @"Hi World"}@end //jsdefineClass('PatchTest', { buttonAction:function(sender) {   self.ORIbuttonAction:function(sender);//原来的代码    //新添加的代码写这里 },})

2.


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表