我正在写一个小的谷歌小工具,我怎么能包含 jquery 库?该小工具以这种方式出现:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html"><![CDATA[
code here!
]]></Content>
</Module>
可以包含 css 和 javascript,但我不知道如何包含 jquery 库。
谢谢