html 基于IP的城市动态文本替换(也可用于区域,国家,IP)。文档:http://stackoverflow.com/questions
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 基于IP的城市动态文本替换(也可用于区域,国家,IP)。文档:http://stackoverflow.com/questions相关的知识,希望对你有一定的参考价值。
<script type="text/javascript">
$(document).ready( function() {
$.get("http://ipinfo.io", function (response) {
$("p:contains('[Melbourne]')").each(function(i, element) {
var content = $(element).html();
console.log(content);
content = content.replace( /\[Melbourne\]/g , response.city );
$(element).html(content);
});
}, "jsonp");
});
</script>
以上是关于html 基于IP的城市动态文本替换(也可用于区域,国家,IP)。文档:http://stackoverflow.com/questions的主要内容,如果未能解决你的问题,请参考以下文章
带有工作灯的动态 HTML?
javascript 动态添加城市
JavaScript
html 在字段中使用URL UTM参数 - 无需动态文本替换
vscode 替换选中区域的文本
js简介