如何确定类别ID

I think the easiest way would be a data explorer query.

Something like:


SELECT name, id 
FROM categories 
ORDER BY name

3 个赞