Should I learn Xml and Javascript before learning

2019-06-23 01:33发布

A) Since Ajax is based on Javascript and Xml …should I learn Xml and Javascript before trying to learn Ajax?

B) Even if knowing Javascript and Xml is not a must … will I be able to understand and use Ajax more efficiently if I know Javascript and Xml?

7条回答
相关推荐>>
2楼-- · 2019-06-23 02:30

AJAX is not a separate language. If you use AJAX, you use JavaScript and XML, so by learning how to use AJAX, you will be learning JavaScript and XML. That said, it's probably a good idea to have a grasp of the syntax of JavaScript and the purpose, strengths, and weaknesses of XML before working with AJAX.

查看更多
登录 后发表回答