创建节点 var html = "<a href='javascript:void(0);' ng-click='test()'></a>" //用$compile进行编译 var $html = $compile(html)($scope); //添加到 ...
確定! 回上一頁