associat.ssc
来自「PowerBuilder8.0开发分散式应用所帶的例程」· SSC 代码 · 共 13 行
SSC
13 行
<!--SCRIPT // {{ SCRIPT()
/* * This file is automatically generated. Do not modify the contents. */function LoadAssociations() {
webroot = site.GetRootDocument();
siteName = webroot.location;
site.LoadConnectionAssociation( siteName + "", "<default>" );
}
// }}
-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?