Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Chrome 开发人员工具中,我得到了粉色-蓝色-粉色突出显示,但我没有看到带有元素尺寸的方便的黄色工具提示。我尝试切换基本上所有选项,但它仍然没有显示。我怎么才能得到它?
I'm having the following classes on C#:
public class Record { public Record() { this.Artists = new List<Artist>(); } public int Id { get; set; } pu