<cfprocessingdirective pageencoding="UTF-8" suppresswhitespace="yes">
<cfinclude template="../common.cfm" />
<cfajaxproxy cfc="#DSN#.member.ajax_gateway.AccountAjaxGateway" jsclassname="accountAjaxGateway">
<cfscript>
AAA = CreateObject("component","#SERVICE_ADDRESS#.AAA").init(DSN=DSN);
BBB = AAA.getUserMasterInfo(Session.userID);
placeholder_password = "大文字・小文字は区別されます";
</cfscript>
<!doctype html>
<html>
</html>
</cfprocessingdirective>
cfmファイル書き方
最新推荐文章于 2024-09-03 07:35:07 发布