Split
var htmlBlock = html.split("");
for (var i in htmlBlock)
{
var blocks; // Content array matching regular expression, blocks[1] is a real script content, because we used brackets to capture the previous reg definition
if (blocks = htmlBlock[i].match(reg))
{
//Clear Possible comment tags can be ignored at the end of the comment -->, and eval will still work normally
var code = blocks[1].replace(/
Previous article:Extjs study notes four Toolbars and menus_extjs Next article:Extjs study notes three extjs form more form items_extjs
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
angular.js - Angularjs $http ajax issue?
From 1970-01-01 08:00:00
0
0
0
Update 'div' after ajax request
From 1970-01-01 08:00:00
0
0
0
Ajax click submit but no response!
From 1970-01-01 08:00:00
0
0
0
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template