runxinzhi.com
首页
百度搜索
js获取当前域名
<script language="javascript">
//获取域名
host = window.location.host;
host2=document.domain;
//获取页面完整地址
url = window.location.href;
document.write("<br>host="+host)
document.write("<br>host2="+host2)
document.write("<br>url="+url)
</script>
作者:
houfeng
出处:
http://houfeng.cnblogs.com
本文版权归作者和博客园共有,未经作者同意请保留此声明.
相关阅读:
STM32 Timer : Base Timer, Input Capture, PWM, Output Compare
Bus Blaster v4 design overview
JTAG Communications model
ARM JTAG 信号 RTCK 应该如何处理?
HappyJTAG2
用SWD调试接口测量代码运行时间 ( SWO )
ARM Cortex Design Considerations for Debug
Technical Information ARM-related JTAG / SWD / SWV / ETM Target Interfaces
Keil debugging techniques and alternative printf (SWO function)
Serial Wire Viewer (SWV)
原文地址:https://www.cnblogs.com/houfeng/p/1591128.html
最新文章
C#用WebBrowser与WIN API辅助模拟获取网站完整Cookie
WebBrowser内核指定
WebBrowser(IE) 与 JS 相互调用
C#获取类名为Internet_Explorer_Server控件的内容
c#代码混淆
SVN Error:请求的名称有效并且在数据库中找到,但是它没有相关的正确的数据来被解析
HttpWebResponse远程服务器返回错误: (500) 内部服务器错误。
Booting LPC-Link2, Updating LPCXpresso firmware
NXP LPC-Link LPC3154
Using an LPC-Link2 as an LPC4370 evaluation board
热门文章
LabTool : LPC LINK2, LPC4370 cheap scope: 80Ms/s 12 bit
nRF51 DK : nRF51822 Development Kit for Bluetooth Smart, ANT and 2.4GHz applications.
各种编程语言的注释符
SAE J1850 VPW Implement
ARM JTAG 调试原理
AVR Programming Methods
STM32 通用定时器相关寄存器
关于STM32数据手册中的定时器信号
sTM32 使用TIMx_CH1作为 Tx1F_ED 计数器时钟
STM32 UART DMA实现未知数据长度接收
Copyright © 2020-2023
润新知