[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["This page guides you through installing and running Functions Framework locally for development purposes."],["You can download a deployed function's source code to your local machine by using the Cloud Code extension in VS Code."],["Install the necessary dependencies for your function locally using either `npm install` for Node.js or `pip install functions-framework` for Python."],["Run Functions Framework locally by executing `npx functions-framework --target=entryPoint` (Node.js) or `functions-framework --target=entryPoint` (Python), with the entry point specified in your `launch.json` file."],["You can test your locally running function by opening it in a browser or by using curl with `http://localhost:8080/`."]]],[]]