/********************************************************************* * Chrome Debug Javacript Disable Caching * Description: * Recently in the Debugging System page, JS is often cached by chrome, you can turn off the cache function in developer mode, * Of course, in stealth mode debugging is OK. * * 2017-8-22 Shenzhen Longhua gen Zengjianfeng ************************************************************* *******/First, reference documents:1. Chrome Disables caching: Debug HTML5 convenient http://blog.csdn.net/xiuzhentianting/article/details/50544190 2. Chrome browser clears the page JS file Cache method http://blog.csdn.net/pukuimin1226/article/details/73204609Second, the solution:1. Press F12--and then press F1----Preferences----and Disable cache ( whileDevTools isOpen)2. Refer to the method in document 2;
Chrome Debug Javacript Disable caching