我使用具有内置浏览器的 Coda 2。这是一个代码:
$('#mtbLink').click(function() {
$("#loadHere").load("file:///Volumes/Macintosh%20HD/Applications/XAMPP/xamppfiles/htdocs/another/test.html #loadThis")
});
它适用于 Coda 浏览器,但不适用于 Safari、Mozilla 和 Yandex.Browser(基于铬的浏览器)。我该如何解决?