The original problem is as follows:
Find the probability $p$ that in a bridge game the players North, East, South, West have $a, b, c, d$ spades, respectively (which implies $a+b+c+d=13$).
And after simple counting, you'll get the answer, which can be rewritten as: $$p=\frac{\binom{13}{a}\,\binom{13}{b}\,\binom{13}{c}\,\binom{13}{d}}{\binom{52}{13}}$$
And it seems like this result can be directly obtained by interpreting the numerator and denominator respectively, but I'm stuck with how to do this. Any ideas?
Finally I figured it out:
It's worth mentioning that in the above interpretation actually all cards are split into only two kinds, one kind is spades, and the other one is non-spades. And you can treat all spades as the same and all non-spades as the same.
To some extent, this seemingly simple interpretation can really provide some insights into this kind of problems.