亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bitextloader.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiTextLoader</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">

				function showDerivedClasses() {
					var ul = document.getElementById("api-derived-classes");
					var lis = ul.childNodes;
					var l = lis.length;
					for (var i = 1; i < l; i++)
						lis[i].style.display = "";
					lis[0].style.display = "none";
				}

			</script></head>
<body>
<h1 id="BiTextLoader">BiTextLoader</h1>
<p>
		This class is used to load a plain text document from the server or the
		file system (if the application is run locally).
	</p>
<p>This class extends
		<code><a href="BiEventTarget.html">BiEventTarget</a></code>
		and therefore all methods and fields available for
		<code><a href="BiEventTarget.html">BiEventTarget</a></code>
		are also available for <code>BiTextLoader</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code><a href="BiEventTarget.html">BiEventTarget</a></code><ul><li><code>BiTextLoader</code><ul id="api-derived-classes"><li><code><a href="BiXmlLoader.html">BiXmlLoader</a></code></li></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiTextLoader()</code></p>
<h3>Parameters</h3>
<p>No parameters.</p>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="async"></a><code>async</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>Whether to load the text file asynchronously</td>
</tr>
<tr>
<td><a name="error"></a><code>error</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>Whether any error occured when loading the file</td>
</tr>
<tr>
<td><a name="loaded"></a><code>loaded</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>Whether the file has been loaded</td>
</tr>
<tr>
<td><a name="loading"></a><code>loading</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>Whether a file is currently being loaded</td>
</tr>
<tr>
<td><a name="method"></a><code>method</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The HTTP method to use for the request</td>
</tr>
<tr>
<td><a name="password"></a><code>password</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The password to use when authentication is needed to load the file</td>
</tr>
<tr>
<td><a name="text"></a><code>text</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The text inside the file</td>
</tr>
<tr>
<td><a name="uri"></a><code>uri</code></td>
<td><code class="type"><code><a href="BiUri.html">BiUri</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>
				The URI (location) of the file to load. If this is set to a string a
				new URI is created from that string relative to the
				<code><a href="BiApplication.html#adfPath">ADF path</a></code>.
			</td>
</tr>
<tr>
<td><a name="user"></a><code>user</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The user name to use when authentication is needed to load the file</td>
</tr>
<tr>
<td><a name="xmlHttp"></a><code>xmlHttp</code></td>
<td><code class="type"><code><a href="BiXmlHttp.html">BiXmlHttp</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The underlying <code><a href="BiXmlHttp.html">BiXmlHttp</a></code> that handles the communication.</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#abort">abort</a></code></td>
<td>Stops the loading of the current file</td>
</tr>
<tr>
<td><code><a href="#load">load</a></code></td>
<td>Does an HTTP GET to recieve the file</td>
</tr>
<tr>
<td><code><a href="#open">open</a></code></td>
<td>
				Prepares the text loader so that data can be sent and recieved. After the
				loader has been opened you can use <code><a href="#send">send</a></code> to start the send/load.
				This is done automatically when using <code><a href="#load">load</a></code> and <code><a href="#post">post</a></code>.
			</td>
</tr>
<tr>
<td><code><a href="#post">post</a></code></td>
<td>Does an HTTP POST to recieve the file. An
				<code><a href="BiXmlDocument.html">BiXmlDocument</a></code> can be sent to
				the server containing the data.</td>
</tr>
<tr>
<td><code><a href="#send">send</a></code></td>
<td>Starts the HTTP request and loads the result. If an argument
				is provided this is either a <code><a href="BiXmlDocument.html">BiXmlDocument</a></code>
				or a <code>String</code>. You can simulate a HTML form post by encoding the
				string as a <code>application/x-www-form-urlencoded</code> and by setting
				the <code>Content-Type</code> request header of the <code><a href="#xmlHttp">xmlHttp</a></code>
				object.
			</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="bubbles-header">Bubbles</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="load"></a><code>load</code></td>
<td><code class="type"><code><a href="BiEvent.html">BiEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the file has been loaded</td>
</tr>
</tbody>
</table>
<h2>Static Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#load">load</a></code></td>
<td>Loads a file synchronously from the given URI and returns the text content the file</td>
</tr>
</tbody>
</table>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>
		Using syncronous loading freezes the web browser while the loading takes
		place. This should be prevented as much as possible and therefore asynchronous
		loading is preferred.
	</p>
<h2>Method Details</h2>
<h3><a name="abort"></a>abort</h3>
<p>Stops the loading of the current file</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.abort()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="load"></a>load</h3>
<p>Does an HTTP GET to recieve the file</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.load(<span class="methodArgument">oUri</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oUri</code></td>
<td><code class="type">String/<code><a href="BiUri.html">BiUri</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>
						The location of the file. If this is a string a
						new URI is created from that string relative to the
						<code><a href="BiApplication.html#adfPath">ADF path</a></code>.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="open"></a>open</h3>
<p>
				Prepares the text loader so that data can be sent and recieved. After the
				loader has been opened you can use <code><a href="#send">send</a></code> to start the send/load.
				This is done automatically when using <code><a href="#load">load</a></code> and <code><a href="#post">post</a></code>.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.open(<span class="methodArgument">sMethod</span>, <span class="methodArgument">oUri</span> [, <span class="methodArgument">bAsync</span> [, <span class="methodArgument">sUser</span> [, <span class="methodArgument">sPassword</span>]]])</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>sMethod</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>
						The HTTP method used to send/load the data. For example <code>GET</code>
						and <code>POST</code>.
					</td>
</tr>
<tr>
<td><code>oUri</code></td>
<td><code class="type">String/<code><a href="BiUri.html">BiUri</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>
						The location of the file. If this is a string a
						new URI is created from that string relative to the
						<code><a href="BiApplication.html#adfPath">ADF path</a></code>.
					</td>
</tr>
<tr>
<td><code>bAsync</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td><code>true</code></td>
<td>Whether to load the text file asynchronously or synchronously</td>
</tr>
<tr>
<td><code>sUser</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>
						The user name to use for authentication. If empty no authentacation is used.
					</td>
</tr>
<tr>
<td><code>sPassword</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>
						The password to use for authentication. If empty no authentacation is used.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="post"></a>post</h3>
<p>Does an HTTP POST to recieve the file. An
				<code><a href="BiXmlDocument.html">BiXmlDocument</a></code> can be sent to
				the server containing the data.</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.post(<span class="methodArgument">oUri</span> [, <span class="methodArgument">oXmlDocument</span>])</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oUri</code></td>
<td><code class="type">String/<code><a href="BiUri.html">BiUri</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>
						The location of the file. If this is a string a
						new URI is created from that string relative to the
						<code><a href="BiApplication.html#adfPath">ADF path</a></code>.
					</td>
</tr>
<tr>
<td><code>oXmlDocument</code></td>
<td><code class="type"><code><a href="BiXmlDocument.html">BiXmlDocument</a></code></code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>An XML document containing the POST data</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="send"></a>send</h3>
<p>Starts the HTTP request and loads the result. If an argument
				is provided this is either a <code><a href="BiXmlDocument.html">BiXmlDocument</a></code>
				or a <code>String</code>. You can simulate a HTML form post by encoding the
				string as a <code>application/x-www-form-urlencoded</code> and by setting
				the <code>Content-Type</code> request header of the <code><a href="#xmlHttp">xmlHttp</a></code>
				object.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.send([<span class="methodArgument">oData</span>])</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oData</code></td>
<td><code class="type"><code><a href="BiXmlDocument.html">BiXmlDocument</a></code>/String</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>
						An XML document or a string containing the POST data
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h2>Static Method Details</h2>
<h3><a name="load"></a>load</h3>
<p>Loads a file synchronously from the given URI and returns the text content the file</p>
<h4>Syntax</h4>
<pre class="method-syntax">BiTextLoader.load(<span class="methodArgument">oUri</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oUri</code></td>
<td><code class="type">String/<code><a href="BiUri.html">BiUri</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>
						The location of the file. If this is a string a
						new URI is created from that string relative to the
						<code><a href="BiApplication.html#adfPath">ADF path</a></code>.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">String</code></p>
</body>
</html>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产激情一区二区三区桃花岛亚洲| 国产精品护士白丝一区av| 国产成人av电影免费在线观看| 中文字幕在线观看一区| 欧美一区三区二区| 97精品国产97久久久久久久久久久久| 亚洲欧美另类在线| 久久噜噜亚洲综合| 6080国产精品一区二区| 91丨porny丨在线| 国产91精品精华液一区二区三区| 亚洲国产精品一区二区www在线 | 欧美精品一区二区在线观看| 91色porny在线视频| 国产成人亚洲综合a∨猫咪| 日本亚洲电影天堂| 午夜久久久久久| 亚洲日本丝袜连裤袜办公室| 久久精品亚洲精品国产欧美kt∨ | 国产日韩v精品一区二区| 欧美一卡二卡三卡| 欧美日韩精品系列| 色综合天天性综合| 成人午夜电影网站| 国产精品亚洲午夜一区二区三区 | 狠狠色伊人亚洲综合成人| 天堂成人国产精品一区| 亚洲精品中文在线影院| 中文字幕在线播放不卡一区| 日本一区二区视频在线| 中文在线免费一区三区高中清不卡| 91麻豆精品国产91久久久| 欧美日韩一区二区三区高清| 在线观看亚洲专区| 在线影视一区二区三区| 91丨九色丨国产丨porny| 波多野结衣亚洲一区| 成人国产亚洲欧美成人综合网| 国产在线精品一区二区| 国产伦精品一区二区三区视频青涩| 免费在线观看精品| 国内外精品视频| 国产精品一区在线| 国产麻豆成人传媒免费观看| 大胆亚洲人体视频| 不卡的av电影| 色偷偷久久人人79超碰人人澡| 粉嫩绯色av一区二区在线观看 | 久久精品噜噜噜成人av农村| 久久成人免费日本黄色| 国产一区三区三区| 国产91精品久久久久久久网曝门| 国产精品白丝av| 成人免费视频免费观看| 97se亚洲国产综合自在线| 99精品视频一区二区三区| 欧美亚洲综合色| 欧美一区二区在线免费观看| 日韩免费在线观看| 国产日韩欧美精品电影三级在线 | 国产精品久久久久久久久免费桃花 | 经典一区二区三区| 国产自产高清不卡| 99久久免费国产| 欧美三级在线看| 日韩一区二区免费在线观看| 日韩手机在线导航| 中文欧美字幕免费| 亚洲一区二区欧美| 蜜桃免费网站一区二区三区| 国产很黄免费观看久久| 色婷婷亚洲综合| 日韩欧美电影一区| 国产精品毛片大码女人| 视频一区视频二区中文| 国产乱码一区二区三区| 日本国产一区二区| 精品国产一区二区三区久久影院| 久久久久久久久97黄色工厂| 亚洲综合一二区| 精品无人区卡一卡二卡三乱码免费卡 | 99视频热这里只有精品免费| 精品1区2区3区| 日韩一区二区麻豆国产| 国产精品卡一卡二| 全国精品久久少妇| 99久久精品免费精品国产| 3atv在线一区二区三区| 国产精品区一区二区三| 日本强好片久久久久久aaa| 粉嫩在线一区二区三区视频| 这里只有精品电影| 亚洲免费在线观看视频| 狠狠色丁香久久婷婷综合_中| 白白色 亚洲乱淫| 精品国产免费一区二区三区四区| 18欧美乱大交hd1984| 久久精品噜噜噜成人88aⅴ| 在线观看不卡一区| 亚洲国产高清不卡| 毛片av一区二区三区| 色av成人天堂桃色av| 欧美国产日韩一二三区| 奇米精品一区二区三区在线观看| 成人中文字幕合集| 日韩色在线观看| 亚洲欧美日本在线| 丰满白嫩尤物一区二区| www日韩大片| 视频一区视频二区中文| 在线免费不卡电影| 亚洲欧洲三级电影| 国产福利91精品| 精品国产成人在线影院| 日韩中文字幕一区二区三区| 色婷婷亚洲一区二区三区| 中文字幕日韩一区二区| 国产精品正在播放| 久久女同精品一区二区| 免费观看在线色综合| 欧美精品亚洲一区二区在线播放| 中文字幕在线不卡一区| av欧美精品.com| 国产精品久久三| 大胆亚洲人体视频| 国产欧美日韩亚州综合| 粉嫩嫩av羞羞动漫久久久| 国产日产欧美一区| 国产不卡视频在线观看| 久久精品夜色噜噜亚洲aⅴ| 国产高清不卡二三区| 久久一区二区三区四区| 国模无码大尺度一区二区三区| 欧美一区二区日韩| 久久精品国产久精国产| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 亚洲午夜av在线| 91麻豆免费观看| 亚洲九九爱视频| 91福利视频在线| 丝袜诱惑制服诱惑色一区在线观看 | 亚洲天堂网中文字| 96av麻豆蜜桃一区二区| 亚洲乱码国产乱码精品精小说| 国产精品1区2区3区在线观看| 精品国产百合女同互慰| 粉嫩av一区二区三区粉嫩| 中文字幕视频一区二区三区久| 99国产精品国产精品久久| 亚洲精品伦理在线| 欧美日韩电影在线播放| 久久国内精品自在自线400部| 日韩精品一区二区三区视频 | 麻豆精品在线观看| 337p粉嫩大胆色噜噜噜噜亚洲| 久久99久久精品欧美| 久久久激情视频| 91老司机福利 在线| 亚洲午夜免费视频| 日韩女优av电影| 国产成人精品一区二区三区四区 | 精品国产污污免费网站入口| 国产成人亚洲精品青草天美| 一区二区三区电影在线播| 欧美一区午夜精品| 粉嫩一区二区三区性色av| 亚洲影视在线播放| 久久欧美中文字幕| 色吧成人激情小说| 精品一区免费av| 亚洲欧洲精品一区二区三区| 欧美夫妻性生活| 东方欧美亚洲色图在线| 亚洲国产另类av| 久久久久久久久久久久电影 | 日韩欧美黄色影院| 成人免费观看男女羞羞视频| 亚洲日本va午夜在线影院| 久久超碰97中文字幕| 亚洲天堂网中文字| 亚洲精品一区二区三区蜜桃下载 | 国产福利一区二区三区| 亚洲综合在线免费观看| 久久久久久**毛片大全| 91福利在线播放| 国产激情91久久精品导航| 亚洲成av人片| 国产精品蜜臀在线观看| 日韩精品综合一本久道在线视频| 国产 日韩 欧美大片| 蜜臀久久久99精品久久久久久| 久久久高清一区二区三区| 欧美视频你懂的| 成人看片黄a免费看在线| 日韩中文字幕亚洲一区二区va在线| 国产欧美一区二区精品性色 | 久久福利视频一区二区| 亚洲一二三四在线观看| 国产精品福利一区二区| 精品日韩成人av|