提交 3b27f400 编写于 作者: M m0_60155232

Wed Sep 13 10:28:01 CST 2023 inscode

上级 48536b50
......@@ -4,16 +4,12 @@
<script setup>
// import dns from 'dns'
// 域名解析处理器
async function parseHanle() {
dns.lookup("meibug.cn", (err, address, family) => {
if (err) {
console.log(err)
} else {
console.log(`IP address: ${address}`)
}
})
console.log("===");
console.log(browser);
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册