论坛风格切换切换到宽版
  • 22阅读
  • 2回复

歌词播放 [复制链接]

上一主题 下一主题
离线北斗星
 

只看楼主 倒序阅读 使用道具 楼主   发表于: 2024-08-07
离线北斗星

只看该作者 沙发   发表于: 2024-08-08
<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Document</title>
</head>
<body>
  <script>
const fruits = [
   {name: 'bananas', time: 0},
   {name: 'cherries', time: 15},
   {name: 'apples', time: 21},
   {name: 'cherries', time: 35}
];
const index = fruits.findIndex(fruit => fruit.time >=16);
console.log(index); // 3
console.log(fruits[index]);
  </script>
</body>
</html>
离线北斗星

只看该作者 板凳   发表于: 2024-08-08
快速回复
限100 字节
如果您在写长篇帖子又不马上发表,建议存为草稿
 
上一个 下一个