[JS]从值中查找键

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[JS]从值中查找键相关的知识,希望对你有一定的参考价值。

/*Coded by Alessio Delmonti - www.tecnocrazia.com*/
  1. function getKeyStr(j, ar){ //recupera la chiave partendo da il valore di un array
  2. var i;
  3. for(i in ar){
  4. if (j == ar[i]){
  5. return i;
  6. }
  7. else{continue;}
  8. }
  9. }

以上是关于[JS]从值中查找键的主要内容,如果未能解决你的问题,请参考以下文章

Apache Ignite Cache - 从值中获取密钥

如何从值中获取“captureDate”并将其作为消息发送

从值中包含逗号的 JSON 中提取键值对

NumberFormat 从值中删除逗号 ( , )?

检测是不是从值中选择了特定选项[重复]

scss 从值中删除单位