这是代码。这很简单。为什么它不会成为中心?
order = "abcdefghijklmnopqrstuvwxyz"
s = 'abcbcdabc'
match = ""
for i in range(len(s)):
for j in range(len(order)):
if (((i + j ) - 2) < len(order) and order[i] == s[j]):
match += s[i]
print("Longest substring in alphabetical order is: " + match)
答案 0 :(得分:1)
它需要position: relative;
,而且父元素还需要有static
以外的位置设置(这是默认值)。