TiQuery 是一个基于JQuery 的在Titanium上使用的 javascript 库 TiQuery 为TI 提供了很快捷的方法: // Utilities $.info('My message'); $.error('my error message'); $.include('path/to/file.js'); $.currentWindow; // create* methods var window = $.Window({ src: 'path/to/file.js' })…