我该如何创建jquery dll [英] how can i create jquery dll

查看:74
本文介绍了我该如何创建jquery dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好所有



i有函数jquery,我想在dll文件中创建这些函数



如何创建呢?

hello all

i have functions jquery, i want to create these functions in dll file

how can create it ?

推荐答案

没有jQuery DLL这样的东西。你真的知道jQuery是什么吗?这是一个JavaScript库,本质上是一组文本文件。你知道为什么吗?因为JavaScript是解释(脚本)语言,所以它的功能基于一些解释器(脚本主机)。你知道什么是脚本语言或解释器吗?我对此表示怀疑。因此,请阅读:

http://en.wikipedia.org/wiki/Scripting_language [ ^ ],

http://en.wikipedia.org/wiki/Interpreter_%28computing%29 [ ^ ]。



如何理解JavaScript?你真的需要阅读它:

http://en.wikipedia.org/wiki/JavaScript [ ^ ],

http://en.wikipedia.org/wiki/ECMAScript [ ^ ]。



是否说明没有DLL可以参与?如果这不是很清楚,请记住JavaScript是一种多平台语言。并且术语DLL不适用于所有操作系统,并且DLL可能是也可能不是平台可移植的,并且通常它不可移植或者其多平台可用性非常有限。



我希望它删除这个问题。



-SA
There is no such thing as "jQuery DLL". Do you really know what jQuery is? This is a JavaScript library, essentially, a set of text files. Do you know why is that? Because JavaScript is a interpretive (scripting) language, its functionality is based on some interpreters (scripting hosts). Do you know what is the scripting language or interpreter? I doubt it. So, please read:
http://en.wikipedia.org/wiki/Scripting_language[^],
http://en.wikipedia.org/wiki/Interpreter_%28computing%29[^].

How about understanding JavaScript? You really need to read about it:
http://en.wikipedia.org/wiki/JavaScript[^],
http://en.wikipedia.org/wiki/ECMAScript[^].

Does it explain that no DLL can be involved? If this is not quite clear, remember that JavaScript is a multiplatform language. And the "term" DLL is not applicable to all OS, and a DLL may or may not be platform-portable, and usually it is not portable or its multiplatform usability is very limited.

I hope it removes the question.

—SA


这篇关于我该如何创建jquery dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆