var _r = "";
var color_table=[
['000000','993300','333300','003300','003366','000080','333399','333333'],
['800000 ','FF6600','808000','008000','008080','0000FF','666699','808080'],
['FF0000','FF9900','99CC00','339966' ,'33CCCC','3366FF','800080','999999'],
['FF00FF','FFCC00','FFFF00','00FF00','00FFFF','00CCFF','993366', 'C0C0C0'],
['FF99CC','FFCC99','FFFF99','CCFFCC','CCFFFF','99CCFF','CC99FF','FFFFFF']
];
함수 a1(obj)
{
obj.style.border='1px solid #000080';
obj.style.Background='#FFEEC2';
}
함수 a2(obj)
{
obj.style.border='1px solid #F6F6F6';
obj.style.Background='#F6F6F6';
}
함수 paintCell(color)
{
//_r = '
_r = '
_r = "

}
function paintRow(color_row) //一行
{
_r ='
for (var i = 0,l=color_row.length; i {
paintCell(color_row[i]);
}
_r ='
}
function paintTable(b) //表格
{
_r ='
}
함수 페인트 큐브() { //大边框
_r = '
'; paintTable(color_table); _r =(' | ');
return _r;
}
edt_main.js
//html输출
function output(dat,templ,b)
{
for(var i=0;i
var d = dat[i];
if(d.join)
{
for(var j=0;j
templ[j *2 1] = d[j];
if(b) alert(templ.join(""));
document.write(templ.join(""));
}
else document.write(d);
}
}
//B I U
var commFunc = " onmousedown=OnTBMouseDown(this) onmouseover=OnTBMouseOver(this) onmouseout=OnTBMouseOut(this) ";
var commAttr = ' style="position:absolute;clip:direct($ret$);margin:$margin$;" title="$title$" ';
var commHead = '


//模块结构: 1.基础函数 2.接집정义 3.事件函数 4.HTML编辑框 5.전체局事件绑定 6.전체局变weight声명
//基础函数
함수 GetDoc(win){ return (win?win:window).document;}
함수 S(i,win) {return GetDoc(win).getElementById(i);}
함수 F(sID,win) //sunny for firefox
{
if( sID == "" || sID == null ) return null;
var frame = S(sID,win);
if( !frame) return null;
frame.contentWindow?frame.contentWindow:(win?win:window).frames[sID]를 반환합니다.
}
함수 Disp(obj,flag) // 0 隐藏,1显示
{
if(obj){ obj.style.display = flag?"":"none";}
}
함수 getPosX(e)
{
var l=e.offsetLeft;
while(e=e.offsetParent){
l =e.offsetLeft;
}
return l;
}
함수 getPosY(e)
{
var t=e.offsetTop;
while(e=e.offsetParent){
t =e.offsetTop;
}
반환 t;
}
String.prototype.trim = function(){
return this.replace(/(^s*)|(s*$)/g, "");
};
function ExecCmd(type, para){
LoadPos();
var f = F("HtmlEditor");
var sAlert = "";
if(!gIsIE)
{
스위치(유형){
case "잘라내기":
sAlert = "你 sAlert不允许编辑器自动执行剪切操작품,请使用键盘快捷键(Ctrl X)来完成";
휴식;
사례 '복사'
sAlert = "你的浏览器安全设置不允许编辑器自动执行拷贝操作,䷽用键盘快捷键(Ctrl C)来完成";
휴식;
'붙여넣기':
sAlert = "你的浏览器安全设置不允许编辑器自动执行粘贴操작,䷽用键盘快捷键(Ctrl V)来完成";
휴식;
}
}
if(sAlert != ""){
경고(sAlert);
return
f.focus()
var doc = f. > if(!para)
{
gIsIE?doc.execCommand(type):doc.execCommand(type,false,false)
}
else
{ // 사진을 삽입한 후 사진 뒷면에 포커스를 둡니다.
if (type == "Insertimage" && GISIE) {
var r = doc.selection.createrange ()
}
doc.execCommand(type,false,para)
//이미지 삽입 후 포커스를 뒤에 놓습니다.
if (type == "InsertImage" && gIsIE) {
r.move("문자");
r.select(); {
return ( ( str.indexOf("://") > 1 ) || (str.indexOf(":\ ") > 1) );
}
function addHyperLink() {
var f = F("HtmlEditor");
//하하, 드디어 mf와 호환되는 메서드를 찾았습니다
var sel = f.document.selection != null ? f.document.selection.createRange( ).text : f.document.getSelection()
if(sel.length>0)
{
var sURL=window.prompt("링크의 대상 주소를 입력하세요(예: http://www.qq.com/):", "http://")
if(sURL != null)
{
if(!IsValidURL(sURL))
{
sURL= "http://" sURL
else
{
alert("선택하세요. 먼저 연결할 텍스트입니다.");
}
}
function addImage()
{
var width="380px", height="150px";
//modify by angusdu 2006-10- 13
//showModalDialog("uploadImg.htm", window, vfeature)
var url = "uploadImg.htm";
if(gIsIE)//IE
{
창. showModalDialog(url,window,"dialogWidth:" 너비 ";dialogHeight:" 높이 ";center:Yes;help:off;status:no;scroll:no");
}
else
{
window.open(url,window,"width=" width ",height=" height ",menubar=no,toolbar=no,location=no,scrollbars=no,status=no,modal=yes"); 🎜> }
}
function getIEVer(){
var s = navigator.userAgent;
if(s.indexOf("MSIE")>-1)
return parseFloat(s .split(";")[1].replace("MSIE",""));
}
//接口정义
function editor()
{
this.get_contents = GetContents;
this.get_plaincontents = GetPlainContents;
this.put_contents = PutContents;
this.put_plaincontents = PutPlainContents;
}
함수 PutFirstLine(s)
{
return;
}
함수 GetContents() {
if (curEditor == "source")
return S("sourceEditor").value;
HtmlEditor.document.body.innerHTML을 반환합니다.
}
함수 GetPlainContents() {
//angusdu에 의해 수정 2006-10-11
var bc = HtmlEditor.document.body;
if (curEditor == "source")
bc.innerHTML = S("sourceEditor").value;
if (bc.innerText != null) {
return bc.innerText;
}
else {
return bc.textContent;
}
}
함수 PutContents(contents)
{
HtmlEditor.document.designMode="on";
HtmlEditor.document.body.innerHTML = 내용;
SetDiv();
S("sourceEditor").value = HtmlEditor.document.body.innerHTML;
}
함수 PutPlainContents(contents)
{
HtmlEditor.document.designMode="on";
//angusdu에 의해 수정 2006-10-12
var bc = HtmlEditor.document.body;
if (bc.innerText != null) {
bc.innerText = contents;
}
else {
bc.textContent = contents;
}
S("sourceEditor").value = HtmlEditor.document.body.innerHTML;
}
//==========
//事件函数
함수 OnLoad() {
시도
{
if( !window. top.isFireFox)
{
F("HtmlEditor").document.designMode="on";
}
gLoaded = true;
SetEditable();
SetFrameClick();
document.parentWindow.onclick=HideMenu();
}catch(e){
}
setTimeout(SetColor,100); //--sunny 一开始就画颜color表,那么第一次就不会慢了
}
var editorTxtRange = null;
function SavePos() {
if (document.selection) {
editorTxtRange = F("HtmlEditor").document.selection.createRange()
}
}
function LoadPos() {
if (editorTxtRange) {
editorTxtRange.select()
editorTxtRange = null;
}
}
// 써니 : foreColor 및 backColor는 ColorBoard 팝업만 담당하며 ExecCmd가 필요하지 않습니다(ExecCmd는 현재 흰색을 발생시킵니다)
function OnForeColor(e) {
SavePos()
HideMenu(); > var sColor = DispColorBrd (e)
gSetColorType = "foreColor";
if(gIsIE && gIEVer {
ExecCmd(gSetColorType, sColor)
return ;
}
function OnBackColor(e){
SavePos();
HideMenu()
var sColor = DispColorBrd(e,1); )?"backColor":"hilitecolor";
if(gIsIE && gIEVer {
ExecCmd(gSetColorType, sColor)
}
return
}
function OnMo(e) {
SavePos();
HideMenu()
var sMo = DispMoBrd(e)
if(gIsIE && gIEVer {
ExecCmd("InsertImage",sMo);
}
return
}
function OnTBMouseOver(obj) {
SetBorderMouse(obj,0);
}
function OnTBMouseDown(obj) {
SetBorderMouse(obj,1);
}
function OnTBMouseOut(obj) {
obj.style.border="none"; 🎜>}
//HTML 편집 상자
function SetEditable(){
var doc = window.frames["HtmlEditor"].document;
doc.designMode="on"; if(!gIsIE) {
> 문서 .onmousemove = function(){
window.onblur();
}
doc.onclick = function(){
//alert("aa")
HideMenu();
};
doc.onkeydown = function()
{
if(frm.event.keyCode == 13 && frm.event.ctrlKey)
{
if(parent. DoCtrlEnter) parent.DoCtrlEnter();
~
function SetDiv()
{
var loc = "" + window.parent.location;
if(loc.indexOf("setting") > 0)
{
Disp(document.getElementById("add_pic_id"),0);
/* removed by angusdu 2006-11-17
if( !/^
{
HtmlEditor.document.body.innerHTML = HtmlEditor.document.body.innerHTML+"
}
*/ S("HtmlEditor").style.height = gIsIE ? "182px" : "188px";
S("sourceEditor").style.height = "184px";
S("sourceEditor").style.width = "100%";
S("htmlbtn").style.marginLeft = "393px";
}
else if (loc.indexOf("compose_card") > 0)
{
Disp(document.getElementById("add_pic_id"),0);
S("HtmlEditor").style.height = "181px";
S("sourceEditor").style.height = "183px";
S("sourceEditor").style.width = "100%";
}
else if(loc.indexOf("compose") > 0)
{
if(GetSetting())
{
if( HtmlEditor.document.getElementById("QQMail_signature") )
{
HtmlEditor.document.getElementById("QQMail_signature").innerHTML = GetSetting().nSignature;
}
}
}
var doc = F("HtmlEditor").document;
doc.designMode="on";
// HtmlEditor.document.body.innerHTML="
if(doc.body)
{
doc.body.style. background = '#ffffff';
doc.body.style.fontSize =
doc.body.style.fontFamily = 'verdana';
시도
{
if( HtmlEditor.document.body.innerHTML.indexOf("
doc.body.style.margin = '0.5% 0 0 0';
doc.body.style. background =
doc.body. style.fontSize = '12px';
return;
}
}catch(e)
{}
doc.body.style.mar 진 = '4px'
> dvForeColor.innerHTML = paintCube();// dvForeColor.innerHTML;
//window.top.document.write(dvForeColor.innerHTML);
}
}
함수 SetMo(){
var dvMo =S("dvMo")
dvMo.innerHTML = moCube();
}
//工具栏
//angusdu에 의해 추가 2006-10-13
function showDialog(url, type, feature)
{
if(gIsIE)//IE
{
return window.showModalDialog(url,type,feature);
}
else
{
//modelessDialog可以将modal换成dialog=yes
기능 ="너비=300, 높이=200, 메뉴바=아니요 ,도구 모음=아니요,위치= 아니요,";
기능 ="scrollbars=no,status=no,modal=yes";
window.open(url,type,feature);
}
}
함수 DispColorBrd(e,isBC){
if(gIEVer var arr = showModalDialog("color_slt.html", "", "font -family:Verdana; 글꼴 크기:12; 상태: 없음; 대화상자 너비:17em");
if (arr != null) return arr;
반품;
}
var dvForeColor =S("dvForeColor");
SetColor();
Disp(dvForeColor,1);
dvForeColor.style.left = (isBC?bcL:fcL) "px";
dvForeColor.style.top = 33 "px";
dvForeColor.focus();
e.cancelBubble =true;
true를 반환합니다.
}
함수 DispMoBrd(e) {
if(gIEVer var arr = showModalDialog("mo_slt.html", "", "font-family:Verdana; 글꼴 -크기:12; 상태:아니요; 대화상자 너비:265px; 대화상자 높이:190px")
if (arr != null) return arr;
반품;
}
var dvMo =S("dvMo");
SetMo();
Disp(dvMo, 1);
dvMo.focus();
e.cancelBubble =true;
true를 반환합니다.
}
함수 CommCheck(obj,str,func)
{
if (obj.id == str) {
return true;
}
if(obj.parentNode) {
return func(obj.parentNode);
}
false를 반환합니다.
}
함수 CommObjectCheck(obj, inObj)
{
if (obj == inObj)
{
return true;
}
if(obj.parentNode) {
return CommObjectCheck(obj.parentNode, inObj);
}
false를 반환합니다.
}
함수 HideMenu()
{
var elementTable=["fontface","fontsize","dvForeColor","dvPortrait","divAlign","divList","dvMo"] ;
for(var i=0;i
}
함수 IsInColorBrd(obj){
return CommCheck(obj,"dvForeColor",IsInColorBrd);
}
함수 IsInFontFaceBrd(obj){
return CommCheck(obj,"fontface",IsInFontFaceBrd);
}
함수 IsInFontSizeBrd(obj){
return CommCheck(obj,"fontsize",IsInFontSizeBrd);
}
함수 IsInMoBrd(obj){
return CommCheck(obj,"dvMo",IsInMoBrd);
}
함수 SetBorderMouse(obj,flag) // 플래그 : 0 over 1 out
{
var d = [
["1px solid #fff","1px solid #fff" ,"1px solid #F3F8FC","1px solid #F3F8FC"]
,["1px solid #ccc","1px solid #ccc","1px solid #F3F8FC","1px solid #ccc"]][ 깃발];
obj.style.borderTop=d[0];
obj.style.borderRight=d[1];
obj.style.borderBottom=d[2];
obj.style.borderLeft=d[3]; }
기능 디스플레이 보드 (요소, displayValue, nleft) { if (giever & lt; = 5.01 && gisie) {
if (element == "fontface") { ExecCmd("글꼴 이름",sReturnValue);
}else if(요소 == "fontsize"){
var sReturnValue = showModalDialog("fontsize_slt.html","", "font-family:Verdana; font-size:12; status:no; unadorned :예; 스크롤: 아니요; 크기 조정 가능:yes;dialogWidth:130px; 대화상자 높이: 250px");
ExecCmd("fontsize",sReturnValue);
}
반품;
}
HideMenu();
if ( 요소 유형 == "문자열" )
요소 = S(요소);
if (요소 == null) 반환;
element.style.display = displayValue;
SavePos();
if(gIsIE){
var e = 이벤트;
}else{
var e = ev;
}
var iX = e.clientX;
var iY = e.clientY;
Disp(요소,1);
element.style.left = ((null==nLeft)?(iX-30):nLeft) "px";
element.style.top = 33 "px";
setTimeout("document.getElementById('" element.id "').focus();", 500);
true를 반환합니다.
}
function SaveEvent(e){
ev = e;
}
//qqmail增加的函数
function fSetReplyContent(){
try{
win.fSetComposeContent(win.gReplyContent);
window.frames["HtmlEditor"].focus();
}catch(exp){
window.setTimeout('fSetReplyContent()',1000);
}
win.gReplyContent = null;
}
function setContentType(ContentType)
{
alert("setContentType");
if(ContentType=="text")
{
PutContents(GetPlainContents());
}
window.parent.contenttype.value=ContentType;
}
함수 GetSetting()
{
시도
{
return window.top.GetApp().setting;
}catch(e)
{}
null 반환;
}
함수 BrdBlur() {
if (gIsIE)
{
if (!CommObjectCheck(document.activeElement, event.srcElement)) {
setTimeout( " LoadPos();HideMenu();", 10);
}
}
}
//전체局事件绑정
window.onblur =function(){
if(!gIsIE){
HideMenu();
}
};
window.onerror = function(){
true를 반환합니다.
};
document.onmousemove = function(e){
/* if(gIsIE) var el = event.srcElement;
else var el = e.target;
var tdView = S("tdView");
var tdColorCode = S("tdColorCode");
var dvForeColor =S("dvForeColor");
var dvPortrait =S("dvPortrait");
var fontsize =S("글꼴 크기");
var fontface =S("글꼴얼굴");
if(el.tagName == "IMG"){
시도해 보세요{
if(IsInColorBrd(el)){
//tdView.bgColor = el.parentNode.bgColor;
//tdColorCode.innerHTML = el.parentNode.bgColor
}
}catch(e){}
}else{
return;
Disp(dvForeColor,0);
if(!IsInFontFaceBrd(el)) Disp(fontface,0);
if(!IsInFontSizeBrd(el)) Disp(fontsize,0);
}
*/
};
함수 DectoHex(num) {
var i,j=20,str = "#",N="ABCDEF";
while(j >= 0) {
i = (num >> j) ;
str = (i>9)?N.charAt(i-10):i;
j -= 4;
}
return str;
}
함수 GetColorFromBg(bg)
{
var i = bg.indexOf("("),j=bg.indexOf(")"),s=bg.substr(i 1,j-i-1 ).나뉘다(",");
return DectoHex((s[0]}
document.onclick = function(e){
if(gIsIE) var el = event.srcElement;
else var el = e.target;
var dvForeColor =S("dvForeColor");
var dvPortrait =S("dvPortrait");
시도해 보세요{
if(IsInColorBrd(el)){
//var _bgColor = (el.tagName == "IMG") ? el.parentNode.bgColor : el.bgColor;
var t = el;
if( t.tagName != "IMG") {
t = t.getElementsByTagName("IMG")[0];
}
var _bgColor = t.style.Background "";
if(_bgColor.indexOf(")") > -1) //firefox
{
_bgColor = GetColorFromBg(_bgColor);
}
ExecCmd(gSetColorType, _bgColor);
Disp(dvForeColor,0);
반품;
}
if (IsInMoBrd(el)) {
var t = el;
if( t.tagName == "TD") {
t = el.getElementsByTagName("IMG")[0];
}
if (t.tagName == "IMG" && t.attributes["data"] != null)
{
ExecCmd("Ins ertImage", giMoBaseUrl t.attributes["data "].nodeValue);
Disp(S("dvMo"), 0);
}
반품;
}
}catch(e){}
HideMenu();
var idTable = [
"imgFontface","fontface"
,"imgFontsize","fontsize"
,"imgFontColor","fontsize"
,"imgBackColor","dvForeColor"
,"imgFace","dvPortrait"
,"imgAlign","divAlign"
,"imgList","divList"];
for(var i=0;i
{
var obj = S(idTable[ 나는 1]);
obj?(obj.style.display = ""):0;
휴식;
}
}
};
//전체 규모
public_description = 새 편집자;
var gSetColorType = "";
var gIsIE = document.all;
var gIEVer = getIEVer();
var gLoaded = false;
var ev = null;
//增加源代码编辑器...
//add by angusdu 2006-11-21
var curEditor = "Html";
함수 EnableToolBar(플래그) {
var tools = document.getElementsByName("tool_mask");
for (i = tools.length - 1; i >= 0; i--) {
Disp(tools[i], flag);
}
if (S("add_pic_id").style.display == "") {
Disp(S("add_pic_mask_id"), flag);
}
}
함수 ChangeEditor() {
if (curEditor == "Html") {
curEditor = "소스";
Disp(S("sourceEditor"), 1);
Disp(S("HtmlEditor"), 0);
S("sourceEditor").value = HtmlEditor.document.body.innerHTML;
S("sourceEditor").focus();
S("htmlbtn").title = "图文编辑";
S("htmlbtn").innerHTML = "";
EnableToolBar(1);
}
else {
curEditor = "Html";
Disp(S("sourceEditor"), 0);
Disp(S("HtmlEditor"), 1);
HtmlEditor.document.body.innerHTML = S("sourceEditor").value;
F("HtmlEditor").focus();
S("htmlbtn").title = "编辑HTML源码";
S("htmlbtn").innerHTML = "";
EnableToolBar(0);
}
}
function GetEditorType() {
return (curEditor == "Html" ? "Html" : "source");
}
//增加对编辑器적고도修改接口
var gMinSize = 0;
함수 GetMinSize() {
if (!gMinSize) {
gMinSize = parseInt(S("HtmlEditor").style.height);
}
return gMinSize;
}
함수 AddElementHeight(el, l) {
el.style.height = (parseInt(el.style.height) l) "px";
}
기능 StretchEditor(bIsLarge, l, frameid) {
//默认伸缩长島为50px
l =(l != null ? l : 50);
var pw = window.parent;
var pwif = pw.document.getElementsByTagName("iframe");
for (i = pwif.length - 1; i >= 0; i--) {
if (pwif[i].id &&(frameid ? pwif[i].id == frameid : GetDoc (pw.frames[pwif[i].id]).body.innerHTML == GetDoc().body.innerHTML)) {
if (parseInt(S("HtmlEditor").style.height) 반환;
}
l =(bIsLarge ? l : (-1)*l);
AddElementHeight(pwif[i], l);
AddElementHeight(S("HtmlEditor"), l);
AddElementHeight(S("sourceEditor"), l);
반품 ;
}
}
}
地地下载

C 및 JavaScript는 WebAssembly를 통한 상호 운용성을 달성합니다. 1) C 코드는 WebAssembly 모듈로 컴파일되어 컴퓨팅 전력을 향상시키기 위해 JavaScript 환경에 도입됩니다. 2) 게임 개발에서 C는 물리 엔진 및 그래픽 렌더링을 처리하며 JavaScript는 게임 로직 및 사용자 인터페이스를 담당합니다.

JavaScript는 웹 사이트, 모바일 응용 프로그램, 데스크탑 응용 프로그램 및 서버 측 프로그래밍에서 널리 사용됩니다. 1) 웹 사이트 개발에서 JavaScript는 HTML 및 CSS와 함께 DOM을 운영하여 동적 효과를 달성하고 jQuery 및 React와 같은 프레임 워크를 지원합니다. 2) 반응 및 이온 성을 통해 JavaScript는 크로스 플랫폼 모바일 애플리케이션을 개발하는 데 사용됩니다. 3) 전자 프레임 워크를 사용하면 JavaScript가 데스크탑 애플리케이션을 구축 할 수 있습니다. 4) node.js는 JavaScript가 서버 측에서 실행되도록하고 동시 요청이 높은 높은 요청을 지원합니다.

Python은 데이터 과학 및 자동화에 더 적합한 반면 JavaScript는 프론트 엔드 및 풀 스택 개발에 더 적합합니다. 1. Python은 데이터 처리 및 모델링을 위해 Numpy 및 Pandas와 같은 라이브러리를 사용하여 데이터 과학 및 기계 학습에서 잘 수행됩니다. 2. 파이썬은 간결하고 자동화 및 스크립팅이 효율적입니다. 3. JavaScript는 프론트 엔드 개발에 없어서는 안될 것이며 동적 웹 페이지 및 단일 페이지 응용 프로그램을 구축하는 데 사용됩니다. 4. JavaScript는 Node.js를 통해 백엔드 개발에 역할을하며 전체 스택 개발을 지원합니다.

C와 C는 주로 통역사와 JIT 컴파일러를 구현하는 데 사용되는 JavaScript 엔진에서 중요한 역할을합니다. 1) C는 JavaScript 소스 코드를 구문 분석하고 추상 구문 트리를 생성하는 데 사용됩니다. 2) C는 바이트 코드 생성 및 실행을 담당합니다. 3) C는 JIT 컴파일러를 구현하고 런타임에 핫스팟 코드를 최적화하고 컴파일하며 JavaScript의 실행 효율을 크게 향상시킵니다.

실제 세계에서 JavaScript의 응용 프로그램에는 프론트 엔드 및 백엔드 개발이 포함됩니다. 1) DOM 운영 및 이벤트 처리와 관련된 TODO 목록 응용 프로그램을 구축하여 프론트 엔드 애플리케이션을 표시합니다. 2) Node.js를 통해 RESTFULAPI를 구축하고 Express를 통해 백엔드 응용 프로그램을 시연하십시오.

웹 개발에서 JavaScript의 주요 용도에는 클라이언트 상호 작용, 양식 검증 및 비동기 통신이 포함됩니다. 1) DOM 운영을 통한 동적 컨텐츠 업데이트 및 사용자 상호 작용; 2) 사용자가 사용자 경험을 향상시키기 위해 데이터를 제출하기 전에 클라이언트 확인이 수행됩니다. 3) 서버와의 진실한 통신은 Ajax 기술을 통해 달성됩니다.

보다 효율적인 코드를 작성하고 성능 병목 현상 및 최적화 전략을 이해하는 데 도움이되기 때문에 JavaScript 엔진이 내부적으로 작동하는 방식을 이해하는 것은 개발자에게 중요합니다. 1) 엔진의 워크 플로에는 구문 분석, 컴파일 및 실행; 2) 실행 프로세스 중에 엔진은 인라인 캐시 및 숨겨진 클래스와 같은 동적 최적화를 수행합니다. 3) 모범 사례에는 글로벌 변수를 피하고 루프 최적화, Const 및 Lets 사용 및 과도한 폐쇄 사용을 피하는 것이 포함됩니다.

Python은 부드러운 학습 곡선과 간결한 구문으로 초보자에게 더 적합합니다. JavaScript는 가파른 학습 곡선과 유연한 구문으로 프론트 엔드 개발에 적합합니다. 1. Python Syntax는 직관적이며 데이터 과학 및 백엔드 개발에 적합합니다. 2. JavaScript는 유연하며 프론트 엔드 및 서버 측 프로그래밍에서 널리 사용됩니다.


핫 AI 도구

Undresser.AI Undress
사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover
사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool
무료로 이미지를 벗다

Clothoff.io
AI 옷 제거제

Video Face Swap
완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

인기 기사

뜨거운 도구

Atom Editor Mac 버전 다운로드
가장 인기 있는 오픈 소스 편집기

Dreamweaver Mac版
시각적 웹 개발 도구

PhpStorm 맥 버전
최신(2018.2.1) 전문 PHP 통합 개발 도구

mPDF
mPDF는 UTF-8로 인코딩된 HTML에서 PDF 파일을 생성할 수 있는 PHP 라이브러리입니다. 원저자인 Ian Back은 자신의 웹 사이트에서 "즉시" PDF 파일을 출력하고 다양한 언어를 처리하기 위해 mPDF를 작성했습니다. HTML2FPDF와 같은 원본 스크립트보다 유니코드 글꼴을 사용할 때 속도가 느리고 더 큰 파일을 생성하지만 CSS 스타일 등을 지원하고 많은 개선 사항이 있습니다. RTL(아랍어, 히브리어), CJK(중국어, 일본어, 한국어)를 포함한 거의 모든 언어를 지원합니다. 중첩된 블록 수준 요소(예: P, DIV)를 지원합니다.

에디트플러스 중국어 크랙 버전
작은 크기, 구문 강조, 코드 프롬프트 기능을 지원하지 않음
