Jquery Ajax IE8, come here!

what is the reason why the token value in the headers of ajax under ie8 cannot be obtained? Urgent ~

<input type="button" value=123" onclick="up();"/>
<script type="text/javascript">
    function up(){
        var jsonData = {
            customerno:"1011596229328502786"
        }
        var str = JSON.stringify(jsonData)
        jQuery.support.cors = true; 
        $.ajax({
            type:"post",
            url:Router+"eccustomer/isNullPolicy",
            data:str,
            contentType:"application/json;charset=UTF-8",
            async: true,
            dataType:"json", 
            headers:{
                token: "123"
            },
            success:function(res){  
                
            },
            error:function(err){
                alert("error")
            }
        })
    }
</script>

Apr.05,2021

there is nothing to see. IE8 uses XDomainRequest , while XDomainRequest cannot be set.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b128-2c27a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b128-2c27a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?