logo
  • 教程列表
  • SO官方文档
  • 在 coldfusion 中创建 REST API
    • 创建后端
    • 界面
  1. StackOverflow 文档
  2. coldfusion 教程
  3. 在 coldfusion 中创建 REST API
  4. 创建后端

创建后端

Created: November-22, 2018

<cfcomponent displayname="myAPI" output="false">
    <cffunction name="init" access="public" output="no">
        <!--- do some basic stuff --->
        <cfreturn this>
    </cffunction>

    <cffunction name="welcome">
        <cfreturn "Hello World!">
    </cffunction>
</cfcomponent>
  • 界面
  • 在 coldfusion 中创建 REST API

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明