我正在尝试编译以下代码,但它失败了:
import stdlib.core.map
function f()
{
stringmap(string) myM = StringMap.add("rabbit", "horse", StringMap_empty)
string rabbit= myM["rabbit"]
}
这是为什么 ?我觉得这段代码可以与我之前发布的 opa (0.9.*) 一起使用。
如何访问存储在 StringMap 中的数据?在我的代码中,我想通过
HttpRequest.Generic.get_form_data(HttpRequest.request x).
谢谢