We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<img src="{{ product.imageUrl }}" 这种写法也可以正常加载图片,{{ product.imageUrl }}并未被解析为字符串
The text was updated successfully, but these errors were encountered:
它在语法上和 <img [src]="product.imageUrl" 是完全等价的,事实上,我们可以把你这种写法看做语法糖。
<img [src]="product.imageUrl"
Sorry, something went wrong.
No branches or pull requests
<img src="{{ product.imageUrl }}"
这种写法也可以正常加载图片,{{ product.imageUrl }}并未被解析为字符串
The text was updated successfully, but these errors were encountered: