一个Simpli5对象和jQuery对象非常类似,也是一个元素数组,调用对象的方法实际上会调用这些元素的方法,例如,document.body.addClass('myclass')和$('div').addClass('myclass')实际上是将这个类加入到元素中去。
So document.body.addClass('myclass') and $('div').addClass('myclass') both add to the class of the elements.
该套件的目标就是展示代码中显露出来的关系(方法调用、继承等等)和运行时出现的关系(对接口或基类的调用)。
The goal for the suite is to show any relationship that is either explicitly in the code (method calls, inheritance, etc) or done so at runtime (calls to interfaces or base classes).
要求是一种应用于类级别和方法级别的机制,它要求调用您的代码的调用方拥有您所希望的权限。
Demands are applied at the class and method level as a mechanism for requiring that callers of your code have the permissions that you want them to have.
应用推荐