如何在c++中嵌入javascript
2个回答
展开全部
printf("Content-type: text/html\n\n");
printf("<script>alert("here is the script");</script>");
......
诸如此类的写
也可以用fprintf
设置一个static FILE *fp 类型输出
fprintf(fp,"<html><head><meata http-equiv=\"content-type\" content=\"text/html\" charset=UTF-8><script>alert("here is the script");</script>\n");
......
诸如此类的写
printf("<script>alert("here is the script");</script>");
......
诸如此类的写
也可以用fprintf
设置一个static FILE *fp 类型输出
fprintf(fp,"<html><head><meata http-equiv=\"content-type\" content=\"text/html\" charset=UTF-8><script>alert("here is the script");</script>\n");
......
诸如此类的写
展开全部
这个不能吧,javascript是寄宿语言,只能运行在浏览器中,微软的jscript貌似可以再别的地方运行。
在c++中还是不现实的吧。
http://www.cnblogs.com/Tue/archive/2010/02/21/1670016.html
这个是个例子,不过我没看到javascript啊。你看看吧,
在c++中还是不现实的吧。
http://www.cnblogs.com/Tue/archive/2010/02/21/1670016.html
这个是个例子,不过我没看到javascript啊。你看看吧,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询