在学习程序中发现每个.js文件开始部分都有这样一句话:javascript中的***.include("***");  想请教各位!

解决方案 »

  1.   

    举个例子
    jmask.include("org.jmask.web.ui.Container");
      

  2.   

    那你应该寻找一下jmask是什么
      

  3.   

    Is it this?http://code.google.com/p/jmask/JMask is a clone of the windows application GMask. JMask is written in Java relying on zero third-party libraries or plugins, making it highly portable for more operating systems than Windows (as GMask is limited to currently). The original masking procedural code has been ported to Java from a gimp plugin which was released under the GPLv2 license. Supported operations are: CP Mask, FL Mask, Q0 Mask, Horizontal Flip, Vertical Flip, Horizontal Glass, Vertical Glass, Meko- Mask, Meko+ Mask, Negative, RGB Rotate, Xor, and Win mask. Supported functionality: Opening images of various types, saving images of various types, and applying the aforementioned masking operations. Future Functionality: Implementing an 'undo' stack for operations, implementation for image zoom, implementation for improved sub-selection creation and editing, and more probably. 
      

  4.   

    jmask是工程中的一个文件夹的名字
    我只知道这些
      

  5.   

    jmask.include是装载需要js文件
    LZ使用时请参考其手册