1. The mouse style that comes with the browser:
2. What should you do if you want to keep the mouse style unified or want to specify a specific mouse style?
$('#divContainer').css('cursor ', 'url(../Images/CrimeAnalysis/ThematicMap/grab.cur), move');
Modify the mouse style moved to a certain div or element to a specified A .cur file will do the trick.