1. In ASP.net, the master page loads the js file, and an error occurs when calling it in the page.
Loading order problem, you need to add basic JS file references at the head of the master page
2. datatable() does not take effect. Error message: oCol is Undefined
Because the number of td in tr does not match the number of th in thead, the table cannot be formatted.
3. Tablesorter failed to load.
Line 908, £$? is regarded as an abnormal character. After being temporarily deleted, it can be used normally.