온라인으로 실행, 복사, JS 코드 저장

출처: 인터넷
작성자: 사용자
키워드: 웹 페이지 제작 Ajax 자바 스크립트

<! 공용 DOCTYPE HTML "-//W3C//DTD XHTML 1.0 전환 / / 엉" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">


< html xmlns = "http://www.jzread.com/1999/xhtml" >


< 머리 >


< 메타 http-equiv = "콘텐츠 형식 콘텐츠 =" text/html; charset = gb2312 "/ >


< 타이틀 > 온라인 실행, 복사, 저장 JS 코드 < / 타이틀 >


< 스타일 형식을 "Text/css" = >


몸, td, 일 {글꼴-크기: 12px;}


< / 스타일 >


< / 헤드 >


< 몸 >


< 스크립트 언어 = "자바 스크립트" >


var useragent = Navigator.userAgent.toLowerCase ();


var is_opera = useragent.indexof ('오페라')! =-1 & & opera.version ();


var is_saf = useragent.indexof ('AppleWebKit')! = 1 | | Navigator.vendor = ' 애플 컴퓨터, Inc. ';


var IS_WEBTV = useragent.indexof (이 하 ' 웹 Tv')! =-1;


var Is_ie = (useragent.indexof ('MSIE')! =-1 & &! is_opera & &! is_saf & &! IS_WEBTV) & & 사용자 Agent.substr (Useragent.indexof ('msie') + 5, 3);


//Run 코드


함수 RunCode (obj)


{


var winname = window.open ("," _blank ",");


winname.document.open (' 텍스트/html ', '대체');


winname.opener = null; 페이지 수정
에 대 한 이야기에서 코드를 방지

Winname.document.write (Obj.value);


Winname.document.close ();


}


//Save 코드


함수 Savecode (obj) {


var winname = window.open (',' _blank ',' 최고 = 10000 ');


winname.document.open (' 텍스트/html ', '대체');


Winname.document.write (Obj.value);


Winname.document.execCommand ('다른 이름으로 저장', ', ',' htmlcode.html');


Winname.close ();


}


//Copy 코드


함수 Copycode (obj)


{


경우 (is_ie & & obj.style.display!= '없음')


 {


var rng = Document.body.createTextRange ();


rng.movetoelementtext (obj);


Rng.scrollintoview ();


Rng.select ();


Rng.execcommand ("복사");


Rng.collapse (FALSE);


 }


}


//Random 함수


함수 Rndnum (n)


{

rnd는 var
= "";

대 한
(var i = 0; 난 < n; i + +)


Rnd+=math.floor (Math.random () * 10);


반환 rnd;


}


< / 스크립트 >


< 텍스트 이름 = "code111" id = "code111" cols = "a" 행 "10" = > 111111111 < / 텍스트 영역 >

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.