bibase64.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 56 行
XML
56 行
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiBase64" extends="BiObject"> <description>This class is used to represent base 64 encoded data</description> <arguments> <argument name="sBase64Data" optional="true"> <description>Optional string representing the base 64 encoded data</description> <type>String</type> </argument> </arguments> <staticMethods> <method name="encode"> <description>Encodes a plain text string to a base 64 encoded string</description> <arguments> <argument name="ds"> <description>The decoded string</description> <type>String</type> </argument> </arguments> <returns> <type>String</type> </returns> </method> <method name="decode"> <description>Decodes a base 64 encoded string to a plain text string</description> <arguments> <argument name="es"> <description>The encoded string</description> <type>String</type> </argument> </arguments> <returns> <type>String</type> </returns> </method> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="base64" get="true" set="true"> <description>This is the base 64 encoded data</description> <type>String</type> </property> <property name="text" get="true" set="true"> <description>This is the plain text data (the decoded base 64 data)</description> <type>String</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?