ホームページ > ウェブフロントエンド > jsチュートリアル > XML ドキュメント変換ツール、チャート例付き (hta)_JavaScript スキル

XML ドキュメント変換ツール、チャート例付き (hta)_JavaScript スキル

WBOY
リリース: 2016-05-16 18:16:10
オリジナル
1091 人が閲覧しました

ソースドキュメント、円グラフデータ

コードをコピー コードは次のとおりです。



<br><unit>People</unit> ; <br><br><br><br><br> /アイテム><br><名前>インジケーター252</名前><br><説明> /説明> <br><項目><br><値>/値> 3</description> <br></item> <br><name><br><value></value>説明>4</説明><br><アイテム><br><値></値> <説明></説明> <br></項目> <br><説明><br></項目> <br>インジケーター 7<br><br><br>項目> 🎜><アイテム><br><名前>インジケーター8​​</名前><br><説明></説明> ; <br></items> <br><br> <br>テンプレートドキュメント<br><br><br><br><br>コードをコピーします<br><br><br> コードは次のとおりです以下:<br><div class="codebody" id="code82897"> <br><?xml version="1.0" encoding="utf-8"?> <br><template rootname="DIV"> <br><属性名="スタイル" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <BR>$System.Event.EventManager.attachEvent <BR>( <BR>$$("#ctrlid#") , "AfterRender", <BR>function(sender) <BR>{ <BR>var cMenu = new $System.UI.ContextMenu($$("#ctrlid#").domid); <BR>//alert(2); ).addChildNode(cMenu.guid , true); <BR>$$("#ctrlid#").$$secret.codebehind.cMenuGUID = cMenu.guid; <BR>var srcDoc = new $System.XML.XMLUtil. XDOC("root"); <BR>var tplDoc = $System.XML.XMLUtil.loadXMLFile("res\app\module\style\contextmenu.tpl.xml"); >cMenu.render(srcDoc , tplDoc); <BR>} <BR>) <BR>$$("#ctrlid#").$$secret.codebehind.showItemDetail = function(itemName , itemValue , itemPercent) <BR> { <BR>//アラート(); <BR>var cMenu = $$($$(leftFrameGUID).$$secret.codebehind.cMenuGUID); <BR>$(cMenu.guid "_detail").innerHTML = $System.String.StringUtil.decodeURIComponent(detail); <BR>//alert($(cMenu.guid "_detail").innerHTML); <BR>cMenu.show(window.event.x , window.event.y); <BR>} <BR>$$("#ctrlid#").$$secret.codebehind.sectorOnMouseOver = function(domid , startAngle , offsetAngle , angle , radius) <BR>{ <BR>//$(domid) .path = "m0,0l0,0xe"; <BR>window.setTimeout("$('" domid "').path = 'm0,0ae0,0,1000,1000," startAngle "," offsetAngle "xe'" , 10 , "javascript"); <BR>} <BR>$$("#ctrlid#").$$secret.codebehind.sectorOnMouseOut = function(domid , startAngle , offsetAngle , angle , radius) <BR>{ <BR>//$(domid) .path = "m0,0l0,0xe"; <BR>window.setTimeout("$('" domid "').path = 'm0,0ae0,0,850,850," startAngle "," offsetAngle "xe'" , 10 , "javascript"); <BR>} <BR>// <BR>//图表高、宽 <BR>var pContainer = $$("#ctrlid#").getDomObject(); <BR>var w = pContainer.style.pixelWidth; <BR>var h = pContainer.style.pixelHeight; <BR>//アラート(h); <BR>if(h < w){ <BR>h = h < (w * 5 / 6) ? h : Math.floor(w * 5 / 6); <BR>} <BR>else{ <BR>h = Math.floor(w * 5 / 6); <BR>} <BR>var hv = Math.min(w , h); <BR>var rad = Math.floor(2 * hv / 5); <BR>//アラート(rad); <BR>var 半径 = 1000; <BR>$$("#ctrlid#").$$secret.codebehind.radius = 半径; <BR>$$("#ctrlid#").$$secret.codebehind.rad = rad; <BR>//扇区数 <BR>var itemNodeList = $$("#sdocguid#").getElementsByTagName("item"); <BR>$$("#ctrlid#").$$secret.codebehind.sectorCount = itemNodeList.length; <BR>var nameLengthArray = []; <BR>var maxItemNameLength 、 cNameLength; <BR>if($$("#ctrlid#").$$secret.codebehind.sectorCount != 0){ <BR>for(iteri = 0 ; iteri < $$("#ctrlid#").$ $secret.codebehind.sectorCount; iteri ){ <BR>cNameLength = $System.String.StringUtil.getLengthInCn(itemNodeList.item(iteri).getElementsByTagName("name").item(0).text); <BR>nameLengthArray.push(cNameLength); <BR>} <BR>maxItemNameLength = nameLengthArray.sort <BR>( <BR>function(a , b){ <BR>if(a == b){ <BR>return 0; <BR>} <BR> if(a > b){ <br>return 1; <br>} <br>return -1; <br>)[nameLengthArray.length - 1]; <br>} <br>$$("#ctrlid#").$$secret.codebehind.maxItemNameLength = maxItemNameLength; <br>//图表背景尺寸 <br>var bgLeft = Math.floor((w - 2 * rad - Math.ceil(rad / 9) - Math.ceil(rad / 10) - (maxItemNameLength / 10) * rad ) / 2); <br>//alert(bgLeft); <br>var bgTop = Math.floor(rad / 7); <br>//alert(bgTop); <br>var bgWidth = 2 * rad; <br>var bgHeight = 2 * rad; <br>$$("#ctrlid#").$$secret.codebehind.bg = {bgLeft : bgLeft , bgTop : bgTop , bgWidth : bgWidth , bgHeight : bgHeight}; <br>//当前扇区開始角度 <br>$$("#ctrlid#").$$secret.codebehind.cStartAngle = 0; <br>$$("#ctrlid#").$$secret.codebehind.angleOffset = 0; <br>$$("#ctrlid#").$$secret.codebehind.cSN = null; <br>$$("#ctrlid#").$$secret.codebehind.cIndex = 1000; <br>var strStyle; <br>strStyle = "border:1px ソリッドレッド;position:relative;left:0px;top:" Math.floor((pContainer.style.pixelHeight - h) / 2) "px;width:" w "px;height :" h "px;オーバーフロー:可視;"; <br>//alert(strStyle); <br>]]> <br></statement> <br></式> <br>属性> <br><foreachbase="/item"> <br> <br><attribute name="coordrigin" value="-1000,-1000" /> <br><attribute name="coordsize" value="2000,2000" /> <br><属性名="ストローク" 値="false" /> <br><属性名="fill" 値="true" /> <br><要素名="v:fill"> <br><属性名="rotate" 値="true" /> <br><属性名="角度" 値="180" /> <br><属性名="フォーカス" 値="100%" /> <br><属性名="タイプ" 値="グラデーション" /> <br><属性名="color" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br></paramlist> <br> <br><![CDATA[ <br>var sn; <br>if($$("#ctrlid#").$$secret.codebehind.cSN == null){ <br>$$("#ctrlid#").$$secret.codebehind.cSN = 0; <br>} <br>else{ <br>$$("#ctrlid#").$$secret.codebehind.cSN ; <br>} <br>sn = $$("#ctrlid#").$$secret.codebehind.cSN; <br>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <br>//色を計算します。 <br>var ar = $System.UI.ColorUtil.genColorArrayOnItemNum(totalCount , 1 , 0.7); <br>sColor = "rgb(" ar[sn].r " " ar[sn].g " " ar[sn].b ")"; <br>]]> <br></statement> <br></式> <br>属性> <br><属性名="color2" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br></paramlist> <br> <br><![CDATA[ <br>var sn; <br>sn = $$("#ctrlid#").$$secret.codebehind.cSN; <br>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <br>//色を計算します。 <br>var ar = $System.UI.ColorUtil.genColorArrayOnItemNum(totalCount , 0.5 , 1); <br>sColor = "rgb(" ar[sn].r " " ar[sn].g " " ar[sn].b ")"; <br>]]> <br></statement> <br></式> <br>属性> <br>要素> <br><属性名="パス" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var sn = $$("#ctrlid#").$$secret.codebehind.cSN; <br>var cldNodeList = $System.XML.XMLUtil.XElement.getElementChildsByTagName($$("#sdocguid#").documentElement , "item"); <br>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <br>var totalValue = 0; <br>var valueArray = []; <br>var cValue; <br>//開始角度と終了角度を計算します。度 * (2^16) <br>for(var ai = 0 ; ai <totalcount ai>cValue = parseFloat($System.XML.XMLUtil.XElement.getFirstElementChildByTagName(cldNodeList[ai] , "value ").firstChild.nodeValue); <br>valueArray.push(cValue); <br>合計値 = cValue; <br>} <br>var startAngle = 0; <br>var angleOffset = 0; <br>for(var ai = 0 ; ai <totalcount ai>if(sn != ai){ <br>startAngle = (ai % 2 == 0) ? Math.floor(valueArray[ai] / totalValue * 360 * 65536) : Math.ceil(valueArray[ai] / totalValue * 360 * 65536); <br>} <br>else{ <br>angleOffset = ((ai % 2 == 0) ? Math.floor(valueArray[ai] / totalValue * 360 * 65536) : Math.ceil(valueArray[ai] / totalValue * 360 * 65536)); <br>休憩; <br>} <br>} <br>if(sn == (totalCount - 1)){ <br>angleOffset = 360 * 65536 - startAngle; <br>}<br>$$("#ctrlid#").$$secret.codebehind.cStartAngle = startAngle; <br>$$("#ctrlid#").$$secret.codebehind.angleOffset = angleOffset; <br>//パス属性値を構築します。 <br>var sPath; <br>sPath = "m0,0ae0,0,850,850," startAngle "," angleOffset "xe"; <br>]]> <br></statement> <br></式> <br>属性> <br><!-- <BR><v:extrusion on="t" type="Parallel" back Depth="25px" color="#20c11b" diffusity="1.2" metal="t" Rotationangle=" 20,0" skewangle="90,0" /> <br>--> <br><要素名="v:extrusion"> <br><属性名="on" 値="t" /> <br><属性名="タイプ" 値="並列" /> <br><属性名="back Depth" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var str; <br>str = Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 8); <br>]]> <br></statement> <br></式> <br>属性> <br><属性名="タイプ" 値="並列" /> <br><属性名="color" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var sn; <br>sn = $$("#ctrlid#").$$secret.codebehind.cSN; <br>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <br>//色を計算します。 <br>var ar = $System.UI.ColorUtil.genColorArrayOnItemNum(totalCount , 1 , 0.7); <br>sColor = "rgb(" ar[sn].r " " ar[sn].g " " ar[sn].b ")"; <br>]]> <br></statement> <br></式> <br>属性> <br><属性名="メタル" 値="t" /> <br><属性名="rotationangle" value="20,0" /> <br><属性名="skewangle" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var skewangle; <br>スキューアングル = 90; <br>]]> <br></statement> <br></式> <br>属性> <br>要素> <br><属性名="スタイル" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <BR>var strStyle; <BR>strStyle = "border:0px ソリッドレッド;position:absolute;left:" $$("#ctrlid#").$$secret.codebehind.bg.bgLeft "px;top:" $$("#ctrlid #").$$secret.codebehind.bg.bgTop "px;幅:" $$("#ctrlid#").$$secret.codebehind.bg.bgWidth "px;高さ:" $$("#ctrlid #").$$secret.codebehind.bg.bgHeight "px;"; <BR>//alert(strStyle); <BR>var startAngle = $$("#ctrlid#").$$secret.codebehind.cStartAngle / 65536; <BR>if(startAngle == 0){ <BR>strStyle = "z-index:" $$("#ctrlid#").$$secret.codebehind.cIndex; <BR>} <BR>else if(startAngle < 90 && startAngle > 0){ <BR>strStyle = "z-index:" (--$$("#ctrlid#").$$secret.codebehind .cインデックス); <BR>} <BR>else if(startAngle >=90 && startAngle $$("#ctrlid#").$$secret.codebehind.cIndex = 2; <br>strStyle = "z-index:" $$("#ctrlid#").$$secret.codebehind.cIndex; <br>} <br>else{ <br>strStyle = "z-index:" (--$$("#ctrlid#").$$secret.codebehind.cIndex); <br>} <br>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="id" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var domid = $System.genGUID(); <BR>domid; <BR>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="onmouseover" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#titleid#" path="." attr="id" tdoc="t" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var startAngle = $$("#ctrlid#").$$secret.codebehind.cStartAngle; <BR>var offsetAngle = $$("#ctrlid#").$$secret.codebehind.angleOffset; <BR>var angleLine = ($$("#ctrlid#").$$secret.codebehind.cStartAngle + $$("#ctrlid#").$$secret.codebehind.angleOffset / 2) / 65536; <BR>var str; <BR>str = "$$('#ctrlid#').$$secret.codebehind.sectorOnMouseOver('#titleid#' , " + startAngle + " , " + offsetAngle + " , " + angleLine + " , " + $$("#ctrlid#").$$secret.codebehind.rad + ")"; <BR>//alert(str); <BR>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="onmouseout" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#titleid#" path="." attr="id" tdoc="t" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var angleLine = ($$("#ctrlid#").$$secret.codebehind.cStartAngle + $$("#ctrlid#").$$secret.codebehind.angleOffset / 2) / 65536; <BR>var str; <BR>str = "$$('#ctrlid#').$$secret.codebehind.sectorOnMouseOut('#titleid#' , " + startAngle + " , " + offsetAngle + " , " + angleLine + " , " + $$("#ctrlid#").$$secret.codebehind.rad + ")"; <BR>]]> <br></statement> <br></expression> <br></attribute> <br></element> <br></foreach> <br><!--绘制图例开始--> <br><element name="div"> <br><attribute name="style" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var pContainer = $$("#ctrlid#").getDomObject(); <BR>var strStyle; <BR>var h = pContainer.style.pixelHeight - Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 4) - Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 8); <BR>var l = $$("#ctrlid#").$$secret.codebehind.bg.bgLeft + $$("#ctrlid#").$$secret.codebehind.bg.bgWidth + Math.ceil($$("#ctrlid#").$$secret.codebehind.rad / 10); <BR>var w = Math.ceil($$("#ctrlid#").$$secret.codebehind.maxItemNameLength / 8) * $$("#ctrlid#").$$secret.codebehind.rad + Math.ceil($$("#ctrlid#").$$secret.codebehind.rad / 12); <BR>strStyle = "border:solid 0px #FF0000;position:absolute;left:" + l + "px;top:" + Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 4) + "px;width:" + w + "px;height:" + h + "px;"; <BR>]]> <br></statement> <br></expression> <br></attribute> <br><element name="table"> <br><attribute name="height" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var pContainer = $$("#ctrlid#").getDomObject(); <BR>var h; <BR>h = pContainer.style.pixelHeight - Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 4) - Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 8); <BR>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="border" value="0" /> <br><attribute name="align" value="right" /> <br><element name="tr"> <br><element name="td"> <br><attribute name="align" value="left" /> <br><attribute name="valign" value="middle" /> <br><element name="table"> <br><attribute name="border" value="0" /> <br><attribute name="height" value="1" /> <br><attribute name="cellpadding" value="0" /> <br><属性名="セル間隔" 値="0" /> <br><foreachbase="/item"> <br> <br> <br><属性名="align" value="center" /> <br><attribute name="valign" value="middle" /> <br><属性名="高さ" 値="1" /> <br><要素名="div"> <br><属性名="スタイル" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var strStyle; <br>var hw = Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 10); <br>strStyle = "margin:0px;position:relative;top:0px;left:0px;border:0pxsolid #FF0000;width:" hw "px;height:" hw "px;padding:0px;"; <br>]]> <br></statement> <br></式> <br>属性> <br> <br><属性名="スタイル" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <br>var strStyle; <br>var hw = Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 10); <br>strStyle = "margin:0px;position:absolute;top:0px;left:0px;width:" hw "px;height:" hw "px;"; <br>]]> <br></statement> <br></式> <br>属性> <br><attribute name="path" value="m 0,0 l 0,100 100,100 100,0 x e" /> <BR><属性名="coordrigin" 値="0,0" /> <br><属性名="coordsize" 値="100,100" /> <br><要素名="v:fill"> <br><属性名="rotate" 値="true" /> <br><属性名="角度" 値="180" /> <br><属性名="フォーカス" 値="100%" /> <br><属性名="タイプ" 値="グラデーション" /> <br><属性名="color" 式="true"> <br> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br> <br><![CDATA[ <BR>if($$("#ctrlid#").$$secret.codebehind.sampleI == null){ <BR>$$("#ctrlid#").$ $secret.codebehind.sampleI = 0; <BR>} <BR>var sColor; <BR>var sn = $$("#ctrlid#").$$secret.codebehind.sampleI; <BR>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <BR>//compute color. <BR>var ar = $System.UI.ColorUtil.genColorArrayOnItemNum(totalCount , 1 , 0.7); <BR>//$$("#ctrlid#").$$secret.codebehind.cColumnFillColor = ar[sn].r + "," +ar[sn].g + "," +ar[sn].b; <BR>sColor = "rgb(" + ar[sn].r + " " + ar[sn].g + " " + ar[sn].b + ")"; <BR>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="color2" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var sColor; <BR>var sn = $$("#ctrlid#").$$secret.codebehind.sampleI; <BR>var totalCount = $$("#ctrlid#").$$secret.codebehind.sectorCount; <BR>//compute color. <BR>var ar = $System.UI.ColorUtil.genColorArrayOnItemNum(totalCount , 0.5 , 1); <BR>//$$("#ctrlid#").$$secret.codebehind.cColumnFillColor = ar[sn].r + "," +ar[sn].g + "," +ar[sn].b; <BR>$$("#ctrlid#").$$secret.codebehind.sampleI++; <BR>sColor = "rgb(" + ar[sn].r + " " + ar[sn].g + " " + ar[sn].b + ")"; <BR>]]> <br></statement> <br></expression> <br></attribute> <br></element> <br></element> <br></element> <br></element> <br><element name="td"> <br><attribute name="height" value="1" /> <br><attribute name="width" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var ww; <BR>ww = Math.max(Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 30) , 5); <BR>]]> <br></statement> <br></expression> <br></attribute> <br><attribute name="style" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var strStyle; <BR>var hw = Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 8); <BR>strStyle = "margin:0px;padding:0px;height:" + hw + "px;line-height:1px;"; <BR>]]> <br></statement> <br></expression> <br></attribute> <br><element name="br" /> <br></element> <br><element name="td"> <br><attribute name="height" value="1" /> <br><attribute name="align" value="left" /> <br><attribute name="valign" value="middle" /> <br><attribute name="nowrap" value="true" /> <br><attribute name="style" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var fs = Math.ceil($$("#ctrlid#").$$secret.codebehind.rad / 15) > 9 ? Math.ceil($$("#ctrlid#").$$secret.codebehind.rad / 15) : 9; <br>strStyle = "padding:0px;margin:0px;height:1px;line-height:" + fs + "px;font-size:" + fs +"px;font-weight:bold;font-family: 'Microsoft YaHei',SimHei,Helvetica,STHeiti,Georgia, 'Times New Roman', Times, serif;"; <br>]]> <br></statement> <br></expression> <br></attribute> <br><text path="./name" /> <br></element> <br></element> <br></foreach> <br></element> <br></element> <br></element> <br></element> <br></element> <br><!--绘制图例结束--> <br><element name="div"> <br><attribute name="style" expression="true"> <br><expression> <br><paramlist> <br><param name="#ctrlid#" path="/" attr="controlguid" /> <br><param name="#sdocguid#" path="/" attr="guid" /> <br></paramlist> <br><statement> <br><![CDATA[ <BR>var w = $$("#ctrlid#").getDomStyle("pixelWidth"); <BR>var h = Math.floor($$("#ctrlid#").$$secret.codebehind.rad / 6); <BR>var fs = h > 14 ? h : 14; <br>strStyle = "padding-top:" Math.floor(fs / 4) "px;font-size:" fs "px;text-align:center;border:solid 0px #FF0000;position:absolute;left:0px;top :0px;width:" w "px;height:" (fs Math.floor(fs / 4)) "px;line-height" (fs Math.floor(fs / 4)) "px;font-weight:bold ;font-family: 'Microsoft YaHei',SimHei,Helvetica,STHeiti,Georgia, 'Times New Roman', Times, serif;"; <br>]]> <br></statement> <br>< /式> <br></属性> <br></要素> <br><br> コードを変換<br></paramlist></paramlist></paramlist></paramlist></paramlist></paramlist></paramlist></totalcount></totalcount></paramlist></paramlist></paramlist></paramlist> </div> <br><br><div class="codetitle">コードをコピー<span><a style="CURSOR: pointer" data="60870" class="copybut" id="copybut60870" onclick="doCopy('code60870')"><u> コードは次のとおりです:</u></a> </span>var ctrl1 = new $System .UI.Control("div005"); </div>var srcdoc = $System.XML.XMLUtil.loadXMLFile("ria09\style\xmls\graph_src.xml"); .loadXMLFile( "ria09\style\xmls\graph_3dpie_tpl.xml"); <div class="codebody" id="code60870">ctrl1.renderE(srcdoc, tpldoc); <br><br> <br>変換結果<br><br> </div> <br>コードのダウンロード<br> </div> </div> </div> <div style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>関連ラベル:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/ja/search?word=xml" target="_blank">xml</a> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/ja/search?word=ドキュメント変換" target="_blank">ドキュメント変換</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">ソース:php.cn</div> </div> <div class="wzconOtherwz"> <a href="https://www.php.cn/ja/faq/20929.html" title="Google AJAX 検索 API 実装コード_JavaScript スキル"> <span>前の記事:Google AJAX 検索 API 実装コード_JavaScript スキル</span> </a> <a href="https://www.php.cn/ja/faq/20931.html" title="jQuery はバブリングと HTML のデフォルトのアクションを防止します_jquery"> <span>次の記事:jQuery はバブリングと HTML のデフォルトのアクションを防止します_jquery</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">このウェブサイトの声明</div> <div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzconZzwz"> <div class="wzconZzwztitle">著者別の最新記事</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796639331.html">NullPointerException とは何ですか?どのように修正すればよいですか?</a> </div> <div>2024-10-22 09:46:29</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796629482.html">初心者からプログラマーへ: 旅は C の基礎から始まります</a> </div> <div>2024-10-13 13:53:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796628545.html">PHP による Web 開発のロックを解除する: 初心者ガイド</a> </div> <div>2024-10-12 12:15:51</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627928.html">C の謎を解く: 新人プログラマーのための明確でシンプルな道</a> </div> <div>2024-10-11 22:47:31</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627806.html">コーディングの可能性を解き放つ: まったくの初心者のための C プログラミング</a> </div> <div>2024-10-11 19:36:51</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627670.html">内なるプログラマーを解き放つ: まったくの初心者のための C</a> </div> <div>2024-10-11 15:50:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627643.html">C で生活を自動化する: 初心者向けのスクリプトとツール</a> </div> <div>2024-10-11 15:07:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627620.html">PHP を簡単に: Web 開発の最初のステップ</a> </div> <div>2024-10-11 14:21:21</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627574.html">Python で何でも構築: 創造性を解き放つための初心者ガイド</a> </div> <div>2024-10-11 12:59:11</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/1796627539.html">コーディングの鍵: 初心者のための Python の力を解き放つ</a> </div> <div>2024-10-11 12:17:31</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">最新の問題</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/176132.html" target="_blank" title="SimpleXML が GML データをロードしない" class="wdcdcTitle">SimpleXML が GML データをロードしない</a> <a href="https://www.php.cn/ja/wenda/176132.html" class="wdcdcCons">PHP を使用して SimpleXML に解析したい次のサンプル XML データがあります: <?xmlversion="1.0"encoding=&qu...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 2024-04-04 10:04:41</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>358</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/176094.html" target="_blank" title="simplexml_load_file() php を使用した XML RSS のタイトルに JP 文字エラーが発生する" class="wdcdcTitle">simplexml_load_file() php を使用した XML RSS のタイトルに JP 文字エラーが発生する</a> <a href="https://www.php.cn/ja/wenda/176094.html" class="wdcdcCons">PHP バージョン: 7.4.30 simplexml_load_filephp 関数を使用します、 $rss=simplexml_load_file($url,'SimpleXM...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 2024-04-03 21:22:05</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>304</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/175544.html" target="_blank" title="データベースからすべての値を取得して、XML フィールドの PHP コードに返すにはどうすればよいですか?" class="wdcdcTitle">データベースからすべての値を取得して、XML フィールドの PHP コードに返すにはどうすればよいですか?</a> <a href="https://www.php.cn/ja/wenda/175544.html" class="wdcdcCons">申請に関して助けが必要です。このコードがあります: realtime.php $jogador=Jogador::getSaldoJogadorByEmail($email);$p...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 2024-03-30 16:09:24</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>397</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>関連トピック</div> <a href="https://www.php.cn/ja/faq/zt" target="_blank">詳細> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/pdfzmzhcxmlgs"><img src="https://img.php.cn/upload/subject/202407/22/2024072212153267141.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="PDFをXML形式に変換する方法" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/pdfzmzhcxmlgs" class="title-a-spanl" title="PDFをXML形式に変換する方法"><span>PDFをXML形式に変換する方法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/wechatssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072212085823305.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="微信とは何ですか" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/wechatssm" class="title-a-spanl" title="微信とは何ですか"><span>微信とは何ですか</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/windowsdyjbdy"><img src="https://img.php.cn/upload/subject/202407/22/2024072212093447140.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="Windowsプリンターで印刷できない原因" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/windowsdyjbdy" class="title-a-spanl" title="Windowsプリンターで印刷できない原因"><span>Windowsプリンターで印刷できない原因</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/pythonzxbfgns"><img src="https://img.php.cn/upload/subject/202407/22/2024072212321267919.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="Pythonオンライン再生機能実装方法" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/pythonzxbfgns" class="title-a-spanl" title="Pythonオンライン再生機能実装方法"><span>Pythonオンライン再生機能実装方法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/ostringstream"><img src="https://img.php.cn/upload/subject/202407/22/2024072213401059451.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="ostringstreamの使用法" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/ostringstream" class="title-a-spanl" title="ostringstreamの使用法"><span>ostringstreamの使用法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/vbcxssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214355739243.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="vbプログラムとは何ですか" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/vbcxssm" class="title-a-spanl" title="vbプログラムとは何ですか"><span>vbプログラムとは何ですか</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/btcjys"><img src="https://img.php.cn/upload/subject/202407/22/2024072212323924447.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="ビットコイン取引所" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/btcjys" class="title-a-spanl" title="ビットコイン取引所"><span>ビットコイン取引所</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/dkhws"><img src="https://img.php.cn/upload/subject/202407/22/2024072214184345107.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="帯域幅とネットワーク速度の関係" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/dkhws" class="title-a-spanl" title="帯域幅とネットワーク速度の関係"><span>帯域幅とネットワーク速度の関係</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzrOne"> <div class="wzroTitle">人気のおすすめ</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="jsはどういう意味ですか" href="https://www.php.cn/ja/faq/482163.html">jsはどういう意味ですか</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="jsで文字列を配列に変換するにはどうすればよいですか?" href="https://www.php.cn/ja/faq/461802.html">jsで文字列を配列に変換するにはどうすればよいですか?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="JavaScriptを使用してページを更新する方法" href="https://www.php.cn/ja/faq/473330.html">JavaScriptを使用してページを更新する方法</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="js配列内の項目を削除する方法" href="https://www.php.cn/ja/faq/475790.html">js配列内の項目を削除する方法</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="sqrt関数の使い方" href="https://www.php.cn/ja/faq/415276.html">sqrt関数の使い方</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>人気のチュートリアル</div> <a target="_blank" href="https://www.php.cn/ja/course.html">詳細> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">関連するチュートリアル <div></div></div> <div class="tabdiv swiper-slide" data-id="two">人気のおすすめ<div></div></div> <div class="tabdiv swiper-slide" data-id="three">最新のコース<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="https://www.php.cn/ja/course/812.html" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" href="https://www.php.cn/ja/course/812.html">最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)</a> <div class="wzrthreerb"> <div>1424437 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/74.html" title="PHP 入門チュートリアル 1: 1 週間で PHP を学ぶ" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253d1e28ef5c345.png" alt="PHP 入門チュートリアル 1: 1 週間で PHP を学ぶ"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP 入門チュートリアル 1: 1 週間で PHP を学ぶ" href="https://www.php.cn/ja/course/74.html">PHP 入門チュートリアル 1: 1 週間で PHP を学ぶ</a> <div class="wzrthreerb"> <div>4270883 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="74"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/286.html" title="JAVA 初心者向けビデオチュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA 初心者向けビデオチュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA 初心者向けビデオチュートリアル" href="https://www.php.cn/ja/course/286.html">JAVA 初心者向けビデオチュートリアル</a> <div class="wzrthreerb"> <div>2550161 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/504.html" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" href="https://www.php.cn/ja/course/504.html">Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル</a> <div class="wzrthreerb"> <div>508343 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/2.html" title="PHP ゼロベースの入門チュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253de27bc161468.png" alt="PHP ゼロベースの入門チュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP ゼロベースの入門チュートリアル" href="https://www.php.cn/ja/course/2.html">PHP ゼロベースの入門チュートリアル</a> <div class="wzrthreerb"> <div>863839 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="2"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/ja/course/812.html" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" href="https://www.php.cn/ja/course/812.html">最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)</a> <div class="wzrthreerb"> <div >1424437 回の学習</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/286.html" title="JAVA 初心者向けビデオチュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA 初心者向けビデオチュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA 初心者向けビデオチュートリアル" href="https://www.php.cn/ja/course/286.html">JAVA 初心者向けビデオチュートリアル</a> <div class="wzrthreerb"> <div >2550161 回の学習</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/504.html" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" href="https://www.php.cn/ja/course/504.html">Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル</a> <div class="wzrthreerb"> <div >508343 回の学習</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/901.html" title="Web フロントエンド開発の簡単な紹介" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Web フロントエンド開発の簡単な紹介"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Web フロントエンド開発の簡単な紹介" href="https://www.php.cn/ja/course/901.html">Web フロントエンド開発の簡単な紹介</a> <div class="wzrthreerb"> <div >215987 回の学習</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/234.html" title="PSビデオチュートリアルをゼロからマスターする" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="PSビデオチュートリアルをゼロからマスターする"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PSビデオチュートリアルをゼロからマスターする" href="https://www.php.cn/ja/course/234.html">PSビデオチュートリアルをゼロからマスターする</a> <div class="wzrthreerb"> <div >892680 回の学習</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/ja/course/1648.html" title="[Web フロントエンド] Node.js クイック スタート" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="[Web フロントエンド] Node.js クイック スタート"/> </a> <div class="wzrthree-right"> <a target="_blank" title="[Web フロントエンド] Node.js クイック スタート" href="https://www.php.cn/ja/course/1648.html">[Web フロントエンド] Node.js クイック スタート</a> <div class="wzrthreerb"> <div >7707 回の学習</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1647.html" title="海外のWeb開発フルスタックコースの完全なコレクション" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="海外のWeb開発フルスタックコースの完全なコレクション"/> </a> <div class="wzrthree-right"> <a target="_blank" title="海外のWeb開発フルスタックコースの完全なコレクション" href="https://www.php.cn/ja/course/1647.html">海外のWeb開発フルスタックコースの完全なコレクション</a> <div class="wzrthreerb"> <div >6160 回の学習</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1646.html" title="Go言語実践GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go言語実践GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go言語実践GraphQL" href="https://www.php.cn/ja/course/1646.html">Go言語実践GraphQL</a> <div class="wzrthreerb"> <div >5086 回の学習</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1645.html" title="550W ファンマスターが JavaScript をゼロから段階的に学習します" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W ファンマスターが JavaScript をゼロから段階的に学習します"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W ファンマスターが JavaScript をゼロから段階的に学習します" href="https://www.php.cn/ja/course/1645.html">550W ファンマスターが JavaScript をゼロから段階的に学習します</a> <div class="wzrthreerb"> <div >706 回の学習</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1644.html" title="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる" href="https://www.php.cn/ja/course/1644.html">Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる</a> <div class="wzrthreerb"> <div >25782 回の学習</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>最新のダウンロード</div> <a href="https://www.php.cn/ja/xiazai">詳細> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">ウェブエフェクト <div></div></div> <div class="swiper-slide" data-id="twof">公式サイト<div></div></div> <div class="swiper-slide" data-id="threef">サイト素材<div></div></div> <div class="swiper-slide" data-id="fourf">フロントエンドテンプレート<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery エンタープライズ メッセージ フォームの連絡先コード" href="https://www.php.cn/ja/toolset/js-special-effects/8071">[フォームボタン] jQuery エンタープライズ メッセージ フォームの連絡先コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3 オルゴール再生効果" href="https://www.php.cn/ja/toolset/js-special-effects/8070">[プレイヤーの特殊効果] HTML5 MP3 オルゴール再生効果</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 クールなパーティクル アニメーション ナビゲーション メニューの特殊効果" href="https://www.php.cn/ja/toolset/js-special-effects/8069">[メニューナビゲーション] HTML5 クールなパーティクル アニメーション ナビゲーション メニューの特殊効果</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コード" href="https://www.php.cn/ja/toolset/js-special-effects/8068">[フォームボタン] jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS 模倣 Kugou 音楽プレーヤー コード" href="https://www.php.cn/ja/toolset/js-special-effects/8067">[プレイヤーの特殊効果] VUE.JS 模倣 Kugou 音楽プレーヤー コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="古典的な HTML5 プッシュ ボックス ゲーム" href="https://www.php.cn/ja/toolset/js-special-effects/8066">[html5特殊効果] 古典的な HTML5 プッシュ ボックス ゲーム</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="画像効果を追加または削減するための jQuery スクロール" href="https://www.php.cn/ja/toolset/js-special-effects/8065">[画像の特殊効果] 画像効果を追加または削減するための jQuery スクロール</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3 個人アルバム カバー ホバー ズーム効果" href="https://www.php.cn/ja/toolset/js-special-effects/8064">[フォトアルバム効果] CSS3 個人アルバム カバー ホバー ズーム効果</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8328" title="室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート" target="_blank">[フロントエンドテンプレート] 室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8327" title="フレッシュカラーの個人履歴書ガイドページテンプレート" target="_blank">[フロントエンドテンプレート] フレッシュカラーの個人履歴書ガイドページテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8326" title="デザイナーのクリエイティブな仕事の履歴書 Web テンプレート" target="_blank">[フロントエンドテンプレート] デザイナーのクリエイティブな仕事の履歴書 Web テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8325" title="現代のエンジニアリング建設会社のウェブサイトのテンプレート" target="_blank">[フロントエンドテンプレート] 現代のエンジニアリング建設会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8324" title="教育サービス機関向けのレスポンシブ HTML5 テンプレート" target="_blank">[フロントエンドテンプレート] 教育サービス機関向けのレスポンシブ HTML5 テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8323" title="オンライン電子書籍ストア モールのウェブサイト テンプレート" target="_blank">[フロントエンドテンプレート] オンライン電子書籍ストア モールのウェブサイト テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8322" title="IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します" target="_blank">[フロントエンドテンプレート] IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8321" title="パープルスタイル外国為替取引サービスウェブサイトテンプレート" target="_blank">[フロントエンドテンプレート] パープルスタイル外国為替取引サービスウェブサイトテンプレート</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3078" target="_blank" title="かわいい夏の要素のベクター素材 (EPS+PNG)">[PNG素材] かわいい夏の要素のベクター素材 (EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3077" target="_blank" title="4 つの赤い 2023 卒業バッジ ベクター素材 (AI+EPS+PNG)">[PNG素材] 4 つの赤い 2023 卒業バッジ ベクター素材 (AI+EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3076" target="_blank" title="歌う鳥と花がいっぱいのカートデザイン春のバナーベクター素材(AI+EPS)">[バナー画像] 歌う鳥と花がいっぱいのカートデザイン春のバナーベクター素材(AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3075" target="_blank" title="金色の卒業帽ベクター素材(EPS+PNG)">[PNG素材] 金色の卒業帽ベクター素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3074" target="_blank" title="黒と白のスタイルの山アイコン ベクター素材 (EPS+PNG)">[PNG素材] 黒と白のスタイルの山アイコン ベクター素材 (EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3073" target="_blank" title="異なる色のマントと異なるポーズを持つスーパーヒーローのシルエットベクター素材(EPS+PNG)">[PNG素材] 異なる色のマントと異なるポーズを持つスーパーヒーローのシルエットベクター素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3072" target="_blank" title="フラット スタイルの植樹祭バナー ベクター素材 (AI+EPS)">[バナー画像] フラット スタイルの植樹祭バナー ベクター素材 (AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3071" target="_blank" title="9つのコミックスタイルの爆発するチャットバブルベクター素材(EPS+PNG)">[PNG素材] 9つのコミックスタイルの爆発するチャットバブルベクター素材(EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8328" target="_blank" title="室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート">[フロントエンドテンプレート] 室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8327" target="_blank" title="フレッシュカラーの個人履歴書ガイドページテンプレート">[フロントエンドテンプレート] フレッシュカラーの個人履歴書ガイドページテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8326" target="_blank" title="デザイナーのクリエイティブな仕事の履歴書 Web テンプレート">[フロントエンドテンプレート] デザイナーのクリエイティブな仕事の履歴書 Web テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8325" target="_blank" title="現代のエンジニアリング建設会社のウェブサイトのテンプレート">[フロントエンドテンプレート] 現代のエンジニアリング建設会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8324" target="_blank" title="教育サービス機関向けのレスポンシブ HTML5 テンプレート">[フロントエンドテンプレート] 教育サービス機関向けのレスポンシブ HTML5 テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8323" target="_blank" title="オンライン電子書籍ストア モールのウェブサイト テンプレート">[フロントエンドテンプレート] オンライン電子書籍ストア モールのウェブサイト テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8322" target="_blank" title="IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します">[フロントエンドテンプレート] IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8321" target="_blank" title="パープルスタイル外国為替取引サービスウェブサイトテンプレート">[フロントエンドテンプレート] パープルスタイル外国為替取引サービスウェブサイトテンプレート</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <footer> <div class="footer"> <div class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!</p> </div> <div class="footermid"> <a href="https://www.php.cn/ja/about/us.html">私たちについて</a> <a href="https://www.php.cn/ja/about/disclaimer.html">免責事項</a> <a href="https://www.php.cn/ja/update/article_0_1.html">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1735190576"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all'/> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </body> </html>