正解:A,C,D
* SVG resources, content asset files, and static resources are three Salesforce resources that can be accessed from a Lightning web component. They are used to store and display images, icons, fonts, stylesheets, JavaScript libraries, and other files that are required by the component12.
* SVG resources are Scalable Vector Graphics files that can be used to create and display icons and images in a Lightning web component. They can be referenced by using the @salesforce/resourceUrl import in the JavaScript file of the component12.
* Content asset files are files that are uploaded to the Salesforce Content Library and can be used to store and display images and other media in a Lightning web component. They can be referenced by using the
@salesforce/contentAssetUrl import in the JavaScript file of the component12.
* Static resources are files or archives that are uploaded to the Static Resources page in Salesforce Setup and can be used to store and access stylesheets, JavaScript libraries, fonts, and other files in a Lightning web component. They can be referenced by using the @salesforce/resourceUrl import in the JavaScript file of the component12.
* Third-party web components and all external libraries are not Salesforce resources that can be accessed from a Lightning web component. They are not supported or recommended by Salesforce for security and performance reasons12.
* Third-party web components are web components that are created by other vendors or developers and are not part of the Lightning web components framework. They may not follow the same standards, specifications, or best practices as Lightning web components and may introduce security risks or compatibility issues12.
* All external libraries are JavaScript libraries that are hosted on external servers or CDNs and are not part of the Salesforce platform. They may not be compatible with the Lightning web components framework or the Locker Service, which enforces strict security policies and restrictions on the code execution and access12.
References:
* 1: Lightning Web Components Developer Guide
* 2: Cert Prep: Platform Developer I: User Interface