ios - How to get the onclick event -
code :
nsurlrequest *_request = [[nsurlrequest alloc] initwithurl:[nsurl urlwithstring:@"http://i.fx-func.com/h5/lp/16484/1322570745"]]; [mywebview loadrequest:_request]; <div class="more"><a data-action="fullarticle" href="javascript:;" onclick="function: {'action':'edit', 'id': 222, 'info': '2344543534'}">words</a></div> </div>
i want
"function: {'action':'edit', 'id': 222, 'info': '2344543534'}"
Comments
Post a Comment