为了账号安全,请及时绑定邮箱和手机立即绑定

无法在 JavaScript/Angular 中使用字符串 Polation 解析函数

无法在 JavaScript/Angular 中使用字符串 Polation 解析函数

梵蒂冈之花 2022-05-26 11:32:49
我正在计算用户在复选框上选中但无法使用 JavaScript/Angular 中的字符串 Polation 解析函数的项目数。我可以在控制台上得到输出,但不知道如何在屏幕上得到它。谁能帮我解决这个小问题。如果有任何有效/更好的方法,请告诉我。有点新的Angular / JS<span  style="white-space: nowrap; padding-right:130px;"> {{ this['groupType'] | pluralize}} Selected</span>下面是我的 TS 文件中的一段代码。这是我从中得到计数的地方。 numberOfStudentsSelected($event){    if($event){      if($event.checked === true){        this.count ++      }      else if($event.checked === false){        this.count --;      }      console.log(this.count);    }这就是我目前在屏幕上的内容。
查看完整描述

1 回答

?
MYYA

TA贡献1868条经验 获得超4个赞

 numberOfStudentsSelected($event){

    if($event){

      if($event.checked === true){

        return this.count ++

      }

      else if($event.checked === false){

        return this.count --;

      }

      console.log(this.count);

    }


查看完整回答
反对 回复 2022-05-26
  • 1 回答
  • 0 关注
  • 90 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信