E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
document.write
单层循环实现100行10列的输出(js实现)
document.write
('')vari=0;while(i');}
document.write
(''+i+'')i++;if(i%10==0){
document.write
("")}}
document.write
airccxx
·
2020-09-16 02:14
js
javascript基础(内置对象、BOM、DOM、JSON、AJAX)
;if(mymessage==true){
document.write
("你是女士!");}else{
document.write
("你是男士!")
锦岁
·
2020-09-16 02:47
javascript
ES6--对象
functionf(x,y){return{x:x,y:y};}varPerson={name:'张三',birth:'1990-01-01',//等同于hello:function()...hello(){
document.write
小鱼儿_zhang
·
2020-09-16 02:53
ES6
关于手机屏幕分辨率与手机浏览器分辨率的差别
通常这段代码可以测试屏幕分辨率与浏览器分辨率:
document.write
("浏览器分辨率是"+document.documentElement.clientWidth+""+document.documentElem
weixin_33737134
·
2020-09-16 01:17
移动开发
php数据库数据转换为js中的json对象,JSON.parse()和JSON.stringify()
uid用户名性别emailvarjsonString=‘’; //传递php中的数据给js//
document.write
(jsonString);varjsonObject
shueiyuan1983
·
2020-09-15 23:19
Javascript
json
Parse HTML Safely
.varmarkup=''+''+''+'document.οnclick=function(){console.log("click");};'+'window.alert("hello");'+'
document.write
FuDesign2008
·
2020-09-15 21:05
javascript
parse
html
浏览器
jquery
DOMParser
JavaScript向页面输出内容的四种方法
javascript可以通过不同的方式来输出数据1.使用window.alert()输出警告框弹出框alert("通过弹出框输出内容");2.使用
document.write
()方法将内容写到html文档中通过
默茉
·
2020-09-15 20:48
ES6
Console控制台详解
最简单的方法是console.log(),可以用来取代alert()或
document.write
()。
weixin_34248487
·
2020-09-15 20:39
各个网站的分享代码
无标题文档|分享到QQ空间|
document.write
(''.replace(/%url%/,encodeURIComponent(location.href)));人人网123123
luoxufeng
·
2020-09-15 19:36
js/jquery
jQuery编程的最佳实践
window.jQuery||
document.write
('')2.安全起见,最好还是提供一个本地备份以便在无法从远程CDN服务器获取jQuery时网站
weixin_34144450
·
2020-09-15 18:31
网站挂马方法大全
一:框架挂马二:js文件挂马首先将以下代码
document.write
("");保存为xxx.js,则JS挂马代码为三:js变形加密muma.txt可改成任意后缀四:body挂马五:隐蔽挂马top.document.body.innerHTML
寂寞老酒
·
2020-09-15 18:17
木马
数组求和的方法
return0;}elseif(len==1){returnarr[0];}else{returnarr[0]+sum(arr.slice(1));}}vara=newArray(1,2,3,4,5);
document.write
大梦放觉醒
·
2020-09-15 17:59
JavaScript
jQuery编码标准和最佳实践
CDN的好处window.jQuery||
document.write
('')点击
fengyie007
·
2020-09-15 17:50
javascript
翻译
jQuery的编码标准和最佳实践
CDNBenefits,一些流行的CDN地址window.jQuery||
document.write
('')2.最好在本地提供一个和CDN
tywali
·
2020-09-15 16:22
开发技术
javascript判断数据类型
//');functionisArray(obj){return(typeofobj=='object')&&obj.constructor==Array;}//]]>2判断是否为字符串类型//');
document.write
jimmy_小静
·
2020-09-15 16:29
javascript
javascript
function
object
string
date
在js中引用js
/DataUser/JSLibData/"+ensName+".js";方法二:
document.write
("");
设计师的小猪
·
2020-09-15 15:29
jquery
string 对象属性和方法
constructor:对创建该对象的函数的引用;length:字符串的长度;prototype:允许像对象添加属性和方法string对象方法varstr1="123456";varstr2="asdfgh";1:
document.write
weixin_30260399
·
2020-09-15 15:28
javascript
操作系统
初学javascript之引入javascript脚本代码到html中的4个方法
document.write
("helloworld!");这里标记对将javascript代码封装,并告知浏览器标记对中间的代
sevenseeker
·
2020-09-15 14:07
javascript
闭包及例题
闭包的作用:闭包的防范://闭包实现累加器functionadd(){varcount=0;functiondemo(){count++;
document.write
(count);}returndemo
nysai
·
2020-09-15 14:57
javascript
javascript正则学习笔记(持续学习中)
window.onload=function(){varv="121ryju1231212112167";//varregex=/\d*$/g;此种情况会多出一个逗号varregex=/\d+$/g;
document.write
akwolf
·
2020-09-15 13:40
Javascript
javascript
regex
function
正则表达式
电话
手机
js 正则表达式 学习笔记
/*@pointat1*/varreg_1=/a*b/i;varstr_1="BB";//
document.write
(reg_1.exec(str_1))/**@pointat2@expression
虽然我也不太懂
·
2020-09-15 12:48
自我总结-2013
ES6--map集合 使用方法
>>>Map是一个“超对象”,其key除了可以是String类型之外,还可以为其他类型(如:对象)varm=newMap();o={p:"HelloWorld"};m.set(o,"content")
document.write
weixin_34117522
·
2020-09-15 12:05
HTML中传递和引用JavaScript变量
foobar; //全局变量声明 function passvar(){ foobar = document.getElementById('textfield').value; //
document.write
weixin_33922670
·
2020-09-15 12:27
js如何连接两个字符串
functionisMerge(s,part1,part2){vararr=part1+part2alert(arr);}vara1="codewars";vara2="cdw";vara3="oears";
document.write
小梦新靓
·
2020-09-15 11:41
JS
html文件 得到或者引用js变量的值
可以直接引用的,也可以做一些运算后输出,不过要保证你引入js的代码写在前面,不然会变量值是undefined.想显示出来可以
document.write
或者赋值给一个容器的innerHTMLdocument.getElementById
dazhi_100
·
2020-09-15 10:42
HTML
CMS中如果文档概要中有值则读取文档概要,否则读取标题
=""){
document.write
("");}else{
document.write
(name1);}}check("","");
nbsme
·
2020-09-15 08:41
CMS
文档
cms
javascript
function
测试
用javascript写的倒计时,从某年某月距离到今天还有多少时间
从现在距离2012年9月10日教师节的倒计时:无标题文档div{display:inline;}vard=newDate();//
document.write
(d.getTime()+"显示据当前的毫秒
HUMHSX
·
2020-09-15 07:16
JS- 求1!+2!+3!+...+10!的和
的和varsum=0;varsum1=1;for(leti=1;i<=10;i++){sum1=sum1*i;sum=sum+sum1;}
document.write
(sum);
小小小饼干
·
2020-09-15 06:01
99乘法表JavaScript实现
99乘法表
document.write
("九九乘法表")
document.write
("")for(vari=1;i")for(varj=1;j"+i+"*"+j+"="+i*j+"  
五色水彩笔
·
2020-09-15 06:58
例题
javaweb
含有JavaScript的情况下DOM解析流程
当从服务器接收HTML页面的第一批数据时,DOM解析器就开始工作了,在解析过程中,如果遇到了JS脚本,如下所示:
document.write
("***")那么DOM解析器会先执行JavaScript脚本
茜茜要加油挣米粒呀
·
2020-09-15 05:06
Spring框架和AOP思想的应用
coofucoo/archive/2007/06/25/1666058.aspxSpring框架与AOP思想的研究与应用2006-05-0700:00作者:梁琳许向众洪超出处:计算机与信息技术责任编辑:方舟
document.write
wangjh100
·
2020-09-14 23:51
AOP
Spring
spring
aop
框架
object
编程
javascript
js中杨辉三角
杨辉三角使用二维数组varn=Number(prompt("请输入杨辉三角的行数"));
document.write
("");//居中vararr=[];//先声明一维for(vari=0;i");}杨辉三角使用递推
燃烧岁月-------
·
2020-09-14 21:34
Js
在js中如何打印菱形
document.write
("");varrow=Number(prompt("输入行数"));for(vari=1;i");}
燃烧岁月-------
·
2020-09-14 21:34
Js
针对不同分辨率调用不同的CSS
')}else{if((screen.width==1024)&&(screen.height==768)){
document.write
('')}else{if((screen.width==1152
dianzongfan5428
·
2020-09-14 13:24
JavaScript 之 HelloWorld编写
HelloWorld.html代码如下:
document.write
("HelloWorld!")
Joey_珍藏版
·
2020-09-14 12:35
JavaScript
document.write
()用法
document.write
()方法可以用在两个方面:页面载入过程中用实时脚本创建页面内容,以及用延时脚本创建本窗口或新窗口的内容。该方法需要一个字符串参数,它是写到窗口或框架中的HTML内容。
youyedemeng
·
2020-09-14 12:29
java&javascript
JS输入框prompt输入的数参与三位整数之和运算
计算N个随机3位整数的和varnumber=prompt("输入数N:","");
document.write
(number+"个随机3位整数");vari=1;varsum=0;do{varnumber1
源@
·
2020-09-14 12:36
javascript
css
html
原生JS学习记录
1.JS中的内置对象例:document对象输出
document.write
("HelloWorld");元素根据name获取元素的数组varuserArr=document.getElementsByName
巴拿巴与保罗
·
2020-09-14 11:56
JavaScript_JS
javascript 的helloworld 3种方式
//浏览器对象windowwindow.alert("helloworld");//文档对象
document.write
("我是第一个程序")//把内容打印到控制台console.info("helloworld
weixin_34378767
·
2020-09-14 11:01
如何实现监听 console.log
console.oldLog=console.log;console.log=function(str){console.oldLog(str);lastLog=str;}console.log("Hello,Neo");
document.write
weixin_34357962
·
2020-09-14 11:01
js
document.write
()使用介绍
>>>在载人页面后,浏览器输出流自动关闭;在此之后,任何一个对当前页面进行操作的
document.write
()方法将打开—个新的输出流。
weixin_33998125
·
2020-09-14 11:41
全面理解
document.write
()
语法:
document.write
()参数:字符串,可以传多个字符串参数返回值:undefined注意事项如果
document.write
()在DOMContentLoaded或load事件的回调函数中
weixin_33989780
·
2020-09-14 11:41
jQuery的ready使用
document.write
的问题
document.write
(markup)是一个比较常用的语句,不过对它的规定其实没真正看过,直到看到有人问在jQuery的ready使用
document.write
的问题才令我想起去看看语言定义。
weixin_34038652
·
2020-09-14 11:10
深入浅出JavaScript (五) 详解
Document.write
()方法
一直用
document.write
()方法向浏览器中显示数据用,把它当做Alert()使用,看来这样用有些大材小用了,下面说说它的主要用处。
weixin_33759269
·
2020-09-14 11:56
关于
document.write
document.write
的用处
document.write
是JavaScript中对document.open所开启的文档流(documentstream操作的API方法,它能够直接在文档流中写入字符串
weixin_30851867
·
2020-09-14 11:18
javascript 函数,数组,
document.write
()
1.函数1)函数定义的方式方式1:functioncount(a){returnx}方式2:varcount=function(){}案例:123456789//1...+100==>10//1...+1000==>11//1...+n===>结果12//第一种方式13/*functioncount(n){14varresult=015for(vari=1;i35362)两种函数声明方式的区别12
weixin_30622107
·
2020-09-14 11:10
对于javaScript中的alert和
document.write
()的执行顺序的记录
代码://1----语句式的匿名函数创建以及调用(function(name,age){alert("name:"+name+",age:"+age);
document.write
("name:"+name
weixin_30405421
·
2020-09-14 11:03
js 输出语句
document.write
()及动态改变元素中内容innerHTML的使用
操作HTML元素如需从JavaScript访问某个HTML元素,您可以使用document.getElementById(id)方法。请使用"id"属性来标识HTML元素:例子通过指定的id来访问HTML元素,并改变其内容:MyFirstWebPageMyFirstParagraphdocument.getElementById("demo").innerHTML="MyFirstJavaScri
weixin_30338743
·
2020-09-14 11:28
document中的write用法
一、
document.write
()运行原理首先我们先了解一下这条语句运行的原理:
document.write
()是Javascript中对document.open()所开启的文档流操作的API方法。
wei_ke_zhi
·
2020-09-14 11:54
js
JavaScript document.wirte() 问题
clickfunctionwrite1(){
document.write
("alert('hello')");
document.write
('aaaaaaa');alert('world!')}
study_forever_my
·
2020-09-14 11:15
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他