有什么方法可以在下面的代码中知道x指向的当前元素的索引:
f.association :estado, collection:@estados, value_method: :id, label_method: :nome, required: true, prompt: "Please Select"
任何帮助将不胜感激..谢谢:)
答案 0 :(得分:12)
使用zip
:
funcName k = [if i == 2 then ... else ... | (i,x) <- zip [0..] list, x == k]
答案 1 :(得分:3)
对于 render() {
return (
<WebView
source={{ uri: this.props.uri }}
style={{ marginTop: 0 }}
scalesPageToFit
javaScriptEnabled
domStorageEnabled
startInLoadingState
mixedContentMode="always"
/>
);
}
库(一个非常有用的库)可能是这样的:
ilist
不确定它究竟是你想要的,但我相信应该接近。